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

Caolán McNamara caolanm at redhat.com
Mon Oct 14 07:08:55 PDT 2013


 sw/inc/helpid.h                 |    1 -
 sw/source/ui/config/optload.cxx |    2 --
 2 files changed, 3 deletions(-)

New commits:
commit d17698acc7e5b0fde24b704760a533511d868b3d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Oct 14 15:07:14 2013 +0100

    drop unnecessary helpds
    
    Change-Id: I0c39f08183d03be80c628cae9b6bffa614977ca7

diff --git a/sw/inc/helpid.h b/sw/inc/helpid.h
index 549685e..1651804 100644
--- a/sw/inc/helpid.h
+++ b/sw/inc/helpid.h
@@ -277,7 +277,6 @@
 #define HID_LINGU_IGNORE_SELECTION                              "SW_HID_LINGU_IGNORE_SELECTION"    // grammar check context menu
 
 // More Help-IDs
-#define HID_OPTCAPTION_CLB                                      "SW_HID_OPTCAPTION_CLB"
 #define HID_EDIT_FORMULA                                        "SW_HID_EDIT_FORMULA"
 #define HID_INSERT_FILE                                         "SW_HID_INSERT_FILE"
 #define HID_FORMAT_PAGE                                         "SW_HID_FORMAT_PAGE"
diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx
index a093d00..f5569c1 100644
--- a/sw/source/ui/config/optload.cxx
+++ b/sw/source/ui/config/optload.cxx
@@ -468,8 +468,6 @@ SwCaptionOptPage::SwCaptionOptPage( Window* pParent, const SfxItemSet& rSet )
     m_pLbLevel->SelectEntryPos( nLvl < MAXLEVEL ? nLvl + 1 : 0 );
     m_pEdDelim->SetText( sDelim );
 
-    m_pCheckLB->SetHelpId(HID_OPTCAPTION_CLB);
-
     Link aLk = LINK( this, SwCaptionOptPage, ModifyHdl );
     m_pCategoryBox->SetModifyHdl( aLk );
     m_pNumberingSeparatorED->SetModifyHdl( aLk );


More information about the Libreoffice-commits mailing list