diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-15 16:38:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-15 16:38:03 +0100 |
commit | 9c6021e115aca5af9d259e5e3f302c472a60bfdd (patch) | |
tree | c306ee7f7559ba335a0b68b858ad1f96df1c7f0b /svx | |
parent | ec2f7dfe225104515db87645dfeb1e1924a05d6f (diff) |
and SvxContourDlgItem is also unused now
Change-Id: I9696123d8ce9cd69520921cd19cf26e3f60bc61a
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/_contdlg.cxx | 17 |
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 ) |