diff options
-rw-r--r-- | extensions/source/propctrlr/propresid.hrc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/propctrlr/propresid.hrc b/extensions/source/propctrlr/propresid.hrc index de15bc4ad1aa..4cb866d7bafa 100644 --- a/extensions/source/propctrlr/propresid.hrc +++ b/extensions/source/propctrlr/propresid.hrc @@ -4,9 +4,9 @@ * * $RCSfile: propresid.hrc,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:31:56 $ + * last change: $Author: kz $ $Date: 2006-12-13 12:03:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,8 +33,8 @@ * ************************************************************************/ -#ifndef _EXTENSIONS_PROPCTRLR_PROPRESID_HRC_ -#define _EXTENSIONS_PROPCTRLR_PROPRESID_HRC_ +#ifndef EXTENSIONS_PROPRESID_HRC +#define EXTENSIONS_PROPRESID_HRC // TODO: create a new resource range in <svtools/solar.hrc> @@ -50,6 +50,6 @@ #define RID_STR_PROPPAGE_DEFAULT ( RID_PROPCONTROLLER_START + 1 ) #define RID_STR_PROPPAGE_DATA ( RID_PROPCONTROLLER_START + 2 ) #define RID_STR_BOOL ( RID_PROPCONTROLLER_START + 3 ) +#define RID_STR_HELP_SECTION_LABEL ( RID_PROPCONTROLLER_START + 4 ) - -#endif // _EXTENSIONS_PROPCTRLR_PROPRESID_HRC_ +#endif // EXTENSIONS_PROPRESID_HRC |