summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-31 09:38:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-31 09:38:43 +0100
commit3914c2e3f9b62684e0f1127118853025c6cf09c7 (patch)
tree035e8febdf65a13bae9f134412094b0772caacf9 /sw
parent7ce2a89f4f8fa84232896766276cb3433ada239c (diff)
TP_COMPARISON_OPT is now unused
Change-Id: Ie73070c97f9918511a02e7c4d4073387385e9293
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/globals.hrc1
-rw-r--r--sw/source/ui/dialog/swdlgfact.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc
index 22b5f54c19a0..f380db9b6525 100644
--- a/sw/inc/globals.hrc
+++ b/sw/inc/globals.hrc
@@ -207,7 +207,6 @@
#define TP_SECTION_INDENTS (RC_GLOBALS_BEGIN + 102)
#define TP_OPTCOMPATIBILITY_PAGE (RC_GLOBALS_BEGIN + 103)
#define TP_MAILCONFIG (RC_GLOBALS_BEGIN + 104)
-#define TP_COMPARISON_OPT (RC_GLOBALS_BEGIN + 106)
//maximum: RC_GLOBALS_BEGIN + 120
diff --git a/sw/source/ui/dialog/swdlgfact.cxx b/sw/source/ui/dialog/swdlgfact.cxx
index fffa43c2b640..0f5a8596a49b 100644
--- a/sw/source/ui/dialog/swdlgfact.cxx
+++ b/sw/source/ui/dialog/swdlgfact.cxx
@@ -1357,7 +1357,6 @@ CreateTabPage SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc( sal_uInt16 nI
pRet = SwMailConfigPage::Create;
break;
case RID_SW_TP_COMPARISON_OPT :
- case TP_COMPARISON_OPT :
pRet = SwCompareOptionsTabPage::Create;
break;
}