summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-15 16:38:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-15 16:38:03 +0100
commit9c6021e115aca5af9d259e5e3f302c472a60bfdd (patch)
treec306ee7f7559ba335a0b68b858ad1f96df1c7f0b /svx
parentand now SvxBmpMaskSelectItem is unused (diff)
downloadcore-9c6021e115aca5af9d259e5e3f302c472a60bfdd.tar.gz
core-9c6021e115aca5af9d259e5e3f302c472a60bfdd.zip
and SvxContourDlgItem is also unused now
Change-Id: I9696123d8ce9cd69520921cd19cf26e3f60bc61a
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/_contdlg.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx
index f2ccdb8b0024..6888e7961898 100644
--- a/svx/source/dialog/_contdlg.cxx
+++ b/svx/source/dialog/_contdlg.cxx
@@ -46,23 +46,6 @@
SFX_IMPL_FLOATINGWINDOW_WITHID( SvxContourDlgChildWindow, SID_CONTOUR_DLG );
-SvxContourDlgItem::SvxContourDlgItem( sal_uInt16 _nId, SvxSuperContourDlg& rContourDlg, SfxBindings& rBindings ) :
- SfxControllerItem ( _nId, rBindings ),
- rDlg ( rContourDlg )
-{
-}
-
-void SvxContourDlgItem::StateChanged( sal_uInt16 nSID, SfxItemState /*eState*/, const SfxPoolItem* pItem )
-{
- if ( pItem && ( SID_CONTOUR_EXEC == nSID ) )
- {
- const SfxBoolItem* pStateItem = PTR_CAST( SfxBoolItem, pItem );
- assert(pStateItem); //SfxBoolItem expected
- if (pStateItem)
- rDlg.SetExecState(!pStateItem->GetValue());
- }
-}
-
SvxContourDlgChildWindow::SvxContourDlgChildWindow( vcl::Window* _pParent, sal_uInt16 nId,
SfxBindings* pBindings, SfxChildWinInfo* pInfo ) :
SfxChildWindow( _pParent, nId )