diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-18 14:01:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-18 14:01:21 +0100 |
commit | 888562cc08960f42669146de283fb0a1fac189fb (patch) | |
tree | 13868c0a750477d054bb2c46e7609add02c1c006 /sw/inc/globals.hrc | |
parent | e418b90d3059cb3d3726a65ec23150a8ef2d7ca1 (diff) |
#i7065# add Title Page dialog
Diffstat (limited to 'sw/inc/globals.hrc')
-rw-r--r-- | sw/inc/globals.hrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc index b64494b847ae..709a25692cd7 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -275,7 +275,9 @@ #define TP_SECTION_INDENTS (RC_GLOBALS_BEGIN + 102) #define TP_OPTCOMPATIBILITY_PAGE (RC_GLOBALS_BEGIN + 103) #define TP_MAILCONFIG (RC_GLOBALS_BEGIN + 104) -//maximum: RC_GLOBALS_BEGIN + 119 +#define TP_TITLEPAGE (RC_GLOBALS_BEGIN + 105) +//maximum: RC_GLOBALS_BEGIN + 120 + #if STR_DOC_STAT > RC_GLOBALS_END #error Resource-Id Ueberlauf in #file, #line @@ -287,4 +289,5 @@ #define SID_WRT_SHELL (RC_GLOBALS_BEGIN + 117) #define DLG_LINE_NUMBERING (RC_GLOBALS_BEGIN + 118) +#define DLG_TITLEPAGE (RC_GLOBALS_BEGIN + 119) #endif // _GLOBALS_HRC |