Lines 739-744
Link Here
|
739 |
{ |
739 |
{ |
740 |
Text [ en-US ] = "Endnote" ; |
740 |
Text [ en-US ] = "Endnote" ; |
741 |
}; |
741 |
}; |
|
|
742 |
String STR_POOLPAGE_LANDSCAPE |
743 |
{ |
744 |
Text [ en-US ] = "Landscape" ; |
745 |
}; |
742 |
/* |
746 |
/* |
743 |
Numerierungs Regeln |
747 |
Numerierungs Regeln |
744 |
*/ |
748 |
*/ |
745 |
-- sw/source/ui/misc/docfnote.cxx 2008-09-05 09:05:45 +0000 |
749 |
++ sw/source/ui/misc/docfnote.cxx 2008-09-05 11:23:43 +0000 |
Lines 268-274
Link Here
|
268 |
} |
268 |
} |
269 |
// Seite |
269 |
// Seite |
270 |
for( i = RES_POOLPAGE_BEGIN; i <= RES_POOLPAGE_ENDNOTE; ++i ) |
270 |
for( i = RES_POOLPAGE_BEGIN; i <= RES_POOLPAGE_LANDSCAPE; ++i ) |
271 |
aPageTemplBox.InsertEntry(SwStyleNameMapper::GetUIName( i, aEmptyStr )); |
271 |
aPageTemplBox.InsertEntry(SwStyleNameMapper::GetUIName( i, aEmptyStr )); |
272 |
USHORT nCount = pSh->GetPageDescCnt(); |
272 |
USHORT nCount = pSh->GetPageDescCnt(); |