diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-06 16:46:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-06 17:19:17 +0000 |
commit | f06ba36094680e8806a6ede65a851c672bab1b67 (patch) | |
tree | 26144c703a56351ddc722534354d859c84783e6e /sw/inc | |
parent | 0e1528f1b4cd76804f5df0d75438a6f392a77d1b (diff) |
adapt code to use gokul's printoptions .ui
Change-Id: Ibc66c52567911075841d6d5f53c66abf4abf7eeb
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/chrdlg.hrc | 4 | ||||
-rw-r--r-- | sw/inc/globals.hrc | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/chrdlg.hrc b/sw/inc/chrdlg.hrc index ea17a38e58cf..5bbe3d62cab8 100644 --- a/sw/inc/chrdlg.hrc +++ b/sw/inc/chrdlg.hrc @@ -29,11 +29,9 @@ // Tabpages -> now in globals.hrc +#define MSG_ILLEGAL_PAGENUM (RC_CHRDLG_BEGIN + 1) #define STR_TEXTCOLL_HEADER (RC_CHRDLG_BEGIN + 2) #define STR_PAGEFMT_HEADER (RC_CHRDLG_BEGIN + 4) -#define SW_STR_NONE (RC_CHRDLG_BEGIN + 5) - -#define MSG_ILLEGAL_PAGENUM (RC_CHRDLG_BEGIN + 1) #define CHRDLG_ACT_END DLG_DRAWPARA diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc index cf206a546744..73c73aeb85c9 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -67,7 +67,7 @@ #define STR_REMOVE_WARNING (RC_GLOBALS_BEGIN + 40) -#define STR_NO_COLL (RC_GLOBALS_BEGIN + 41) +#define SW_STR_NONE (RC_GLOBALS_BEGIN + 41) // DIALOGS ----------------------------------------------------------- |