Kaydet (Commit) 3914c2e3 authored tarafından Caolán McNamara's avatar Caolán McNamara

TP_COMPARISON_OPT is now unused

Change-Id: Ie73070c97f9918511a02e7c4d4073387385e9293
üst 7ce2a89f
......@@ -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
......
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment