diff options
author | jp <jp@openoffice.org> | 2001-01-26 14:44:02 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2001-01-26 14:44:02 +0000 |
commit | 9d2d2c8974346fd0cf5e4ee7721f015dcef2b3e9 (patch) | |
tree | 9a0ec6135cfd318a54b5c6e38535574b94e44b88 /sw/inc/shellres.hxx | |
parent | 25afba2041fa3ad4f425ee7b0bd86269a64e0e08 (diff) |
Bug #77951#: MakePageDesc - create I18N names
Diffstat (limited to 'sw/inc/shellres.hxx')
-rw-r--r-- | sw/inc/shellres.hxx | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx index 97fdb8cb0bf6..b6fc152623bb 100644 --- a/sw/inc/shellres.hxx +++ b/sw/inc/shellres.hxx @@ -2,9 +2,9 @@ * * $RCSfile: shellres.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:27 $ + * last change: $Author: jp $ $Date: 2001-01-26 15:43:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,6 @@ struct ShellResource : public Resource { - String aPostItAuthor; String aPostItPage; String aPostItLine; @@ -120,12 +119,19 @@ struct ShellResource : public Resource // die AutoFormat-Redline-Kommentare inline const SvStringsDtor& GetAutoFmtNameLst() const; + // returns for the specific filter the new names of pagedescs + // This method is for the old code of the specific filters with + // now localized names + String GetPageDescName( USHORT nNo, BOOL bFirst = FALSE, + BOOL bFollow = FALSE ); + ShellResource(); ~ShellResource(); private: void _GetAutoFmtNameLst() const; SvStringsDtor *pAutoFmtNameLst; + String sPageDescFirstName, sPageDescFollowName, sPageDescName; }; inline const SvStringsDtor& ShellResource::GetAutoFmtNameLst() const |