[Libreoffice-commits] core.git: sw/inc sw/source

Caolán McNamara caolanm at redhat.com
Fri May 31 01:42:16 PDT 2013


 sw/inc/globals.hrc                |    1 -
 sw/source/ui/dialog/swdlgfact.cxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 3914c2e3f9b62684e0f1127118853025c6cf09c7
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri May 31 09:38:43 2013 +0100

    TP_COMPARISON_OPT is now unused
    
    Change-Id: Ie73070c97f9918511a02e7c4d4073387385e9293

diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc
index 22b5f54..f380db9 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 fffa43c..0f5a859 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;
     }


More information about the Libreoffice-commits mailing list