diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 11:03:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 11:03:35 +0000 |
commit | 1b012321e65d944d8a8d2df5083dfb3473d5479c (patch) | |
tree | cea0659de2b43650b0e447832f29d33fd1cef5c2 /extensions/source/propctrlr/propresid.hrc | |
parent | bd1fee6a99031ea0320cebf9e03eea1f0997e353 (diff) |
INTEGRATION: CWS oihelp (1.3.154); FILE MERGED
2006/11/14 12:29:37 fs 1.3.154.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)
Diffstat (limited to 'extensions/source/propctrlr/propresid.hrc')
-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 |