From f5e003050c65669d53d0d4d2208b2b4d1b699a86 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 26 Apr 2013 11:07:08 +0100 Subject: convert edit section dialog to .ui Change-Id: I7467b0d9f32c0a006bedf88f6658ffffcd28db5f --- sw/inc/globals.hrc | 1 + sw/inc/helpid.h | 1 - sw/inc/swabstdlg.hxx | 3 +-- 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'sw/inc') diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc index 01b429bdb188..f12de51376e8 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -78,6 +78,7 @@ #define SW_STR_READONLY (RC_GLOBALS_BEGIN + 46) #define STR_READONLY_PATH (RC_GLOBALS_BEGIN + 47) +#define IL_SECTION_BITMAPS (RC_GLOBALS_BEGIN + 48) // DIALOGS ----------------------------------------------------------- diff --git a/sw/inc/helpid.h b/sw/inc/helpid.h index 85b6d8190b2d..a0b69b996ddf 100644 --- a/sw/inc/helpid.h +++ b/sw/inc/helpid.h @@ -298,7 +298,6 @@ #define HID_LINGU_SPELLING_DLG "SW_HID_LINGU_SPELLING_DLG" #define HID_LINGU_AUTOCORR "SW_HID_LINGU_AUTOCORR" #define HID_LINGU_REPLACE "SW_HID_LINGU_REPLACE" -#define HID_REGION_TREE "SW_HID_REGION_TREE" #define HID_LINGU_WORD_LANGUAGE "SW_HID_LINGU_WORD_LANGUAGE" #define HID_LINGU_PARA_LANGUAGE "SW_HID_LINGU_PARA_LANGUAGE" #define HID_MD_GLOS_DEFINE_TEXT "SW_HID_MD_GLOS_DEFINE_TEXT" diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index acc2af9c9d39..17ed47c08139 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -443,8 +443,7 @@ public: SwWrtShell &rShell, SwTOXBase* pCurTOX, sal_uInt16 nToxType = USHRT_MAX, sal_Bool bGlobal = sal_False) = 0; //add for SwMultiTOXTabDialog - virtual AbstractEditRegionDlg* CreateEditRegionDlg( int nResId, - Window* pParent, SwWrtShell& rWrtSh ) = 0; //add for SwEditRegionDlg + virtual AbstractEditRegionDlg* CreateEditRegionDlg(Window* pParent, SwWrtShell& rWrtSh) = 0; //add for SwEditRegionDlg virtual AbstractInsertSectionTabDialog* CreateInsertSectionTabDialog( int nResId, Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh ) = 0; //add for SwInsertSectionTabDialog virtual AbstractMarkFloatDlg* CreateIndexMarkFloatDlg( -- cgit