diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:01:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:01:55 +0000 |
commit | cec2363f323f26bffb933288235b7cdfba5bb34d (patch) | |
tree | 4652f30089841d6bae467c203e4b301536f5b1a2 /svx/source/inc | |
parent | 880d7bf332aacb1ac94b320ec871404daaf905a4 (diff) |
INTEGRATION: CWS frmcontrols02 (1.11.20); FILE MERGED
2004/03/24 10:26:03 fs 1.11.20.2: RESYNC: (1.11-1.12); FILE MERGED
2004/01/22 10:30:40 fs 1.11.20.1: #i24411# ids for navbar related strings
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/fmresids.hrc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/source/inc/fmresids.hrc b/svx/source/inc/fmresids.hrc index 095d8edb91d9..8ae62168d8f4 100644 --- a/svx/source/inc/fmresids.hrc +++ b/svx/source/inc/fmresids.hrc @@ -2,9 +2,9 @@ * * $RCSfile: fmresids.hrc,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2004-02-25 16:07:13 $ + * last change: $Author: hr $ $Date: 2004-04-13 11:01:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,6 +102,7 @@ #define RID_SVXIMG_FIELD (RID_FORMS_START +27) #define RID_SVXIMG_SCROLLBAR SID_FM_SCROLLBAR #define RID_SVXIMG_SPINBUTTON SID_FM_SPINBUTTON +#define RID_SVXIMG_NAVIGATIONBAR SID_FM_NAVIGATIONBAR // Dialog-Id's ----------------------------------------------------------- #define RID_SVXTBX_FORM (RID_FORMS_START + 1) @@ -252,8 +253,10 @@ #define RID_STR_EMPTY_IS_NULL (RID_FORMS_START +170) #define RID_STR_DECIMAL_ACCURACY (RID_FORMS_START +171) // FREE + // FREE + // FREE #define RID_STR_DEFAULT_BUTTON (RID_FORMS_START +175) - +#define RID_STR_PROPTITLE_NAVBAR (RID_FORMS_START +176) #define RID_STR_PROPTITLE_PUSHBUTTON (RID_FORMS_START +177) #define RID_STR_PROPTITLE_RADIOBUTTON (RID_FORMS_START +178) #define RID_STR_PROPTITLE_CHECKBOX (RID_FORMS_START +179) @@ -349,6 +352,7 @@ #define RID_STR_HIDDEN_CLASSNAME (RID_CLASSNAMES_START + 19) #define RID_STR_CLASSNAME_SCROLLBAR (RID_CLASSNAMES_START + 20) #define RID_STR_CLASSNAME_SPINBUTTON (RID_CLASSNAMES_START + 21) +#define RID_STR_NAVBAR_CLASSNAME (RID_CLASSNAMES_START + 22) // Events #define RID_STR_EVT_START (RID_FORMS_START +400) |