summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/config
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-14 15:07:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-14 15:08:35 +0100
commitd17698acc7e5b0fde24b704760a533511d868b3d (patch)
tree26b06a59f030d0228f2470227840da48058b6879 /sw/source/ui/config
parentUpdated core (diff)
downloadcore-d17698acc7e5b0fde24b704760a533511d868b3d.tar.gz
core-d17698acc7e5b0fde24b704760a533511d868b3d.zip
drop unnecessary helpds
Change-Id: I0c39f08183d03be80c628cae9b6bffa614977ca7
Diffstat (limited to 'sw/source/ui/config')
-rw-r--r--sw/source/ui/config/optload.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx
index a093d006c64e..f5569c1d21c1 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 );