summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-09 09:38:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-09 08:46:09 +0000
commit284cdce6edc357f71543ff7392e8213e5da5150f (patch)
tree224324994ee2d233ad3a6bf7c0fe52ac277ef1ac /svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
parentb226dcb50d6728b62f39c9fa2e016724324944e3 (diff)
callcatcher: update unused code
Change-Id: I76825425ff084d3fb1e331fb7ff13b097744c208 Reviewed-on: https://gerrit.libreoffice.org/5882 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/sidebar/paragraph/ParaPropertyPanel.cxx')
-rw-r--r--svx/source/sidebar/paragraph/ParaPropertyPanel.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
index accc3d7034f3..1e54be7617ba 100644
--- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
+++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
@@ -440,20 +440,6 @@ void ParaPropertyPanel::initial()
#endif
}
-void ParaPropertyPanel::InitImageList(::boost::scoped_ptr<ToolBox>& rTbx, ImageList& rImglst, ImageList& rImgHlst)
-{
- sal_Bool bHighContrast = GetDisplayBackground().GetColor().IsDark();
-
- ImageList& rImgLst = bHighContrast ? rImgHlst : rImglst;
-
- sal_uInt16 nCount = rTbx->GetItemCount();
- for (sal_uInt16 i = 0; i < nCount; i++)
- {
- sal_uInt16 nId = rTbx->GetItemId(i);
- rTbx->SetItemImage( nId, rImgLst.GetImage( nId ) );
- }
-}
-
//===========================for Numbering & Bullet================================================
@@ -628,11 +614,6 @@ IMPL_LINK(ParaPropertyPanel, ToolBoxBackColorDDHandler,ToolBox*, pToolBox)
return 0;
}
-IMPL_LINK( ParaPropertyPanel, ImplPopupModeEndHdl, FloatingWindow*, EMPTYARG )
-{
- return 0;
-}
-
void ParaPropertyPanel::ParaBKGStateChanged(sal_uInt16 /*nSID*/, SfxItemState eState, const SfxPoolItem* pState)
{
if( eState >= SFX_ITEM_DEFAULT && pState->ISA(SvxColorItem))