From f06ba36094680e8806a6ede65a851c672bab1b67 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 6 Dec 2012 16:46:09 +0000 Subject: adapt code to use gokul's printoptions .ui Change-Id: Ibc66c52567911075841d6d5f53c66abf4abf7eeb --- sw/inc/chrdlg.hrc | 4 +--- sw/inc/globals.hrc | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'sw/inc') 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 ----------------------------------------------------------- -- cgit