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 /include/svx/contdlg.hxx | |
parent | ec2f7dfe225104515db87645dfeb1e1924a05d6f (diff) |
and SvxContourDlgItem is also unused now
Change-Id: I9696123d8ce9cd69520921cd19cf26e3f60bc61a
Diffstat (limited to 'include/svx/contdlg.hxx')
-rw-r--r-- | include/svx/contdlg.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/svx/contdlg.hxx b/include/svx/contdlg.hxx index 11d6c8896f00..94820eb2c442 100644 --- a/include/svx/contdlg.hxx +++ b/include/svx/contdlg.hxx @@ -46,19 +46,6 @@ public: class SvxSuperContourDlg; -class SAL_WARN_UNUSED SvxContourDlgItem : public SfxControllerItem -{ - SvxSuperContourDlg& rDlg; - -protected: - - virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) SAL_OVERRIDE; - -public: - - SvxContourDlgItem( sal_uInt16 nId, SvxSuperContourDlg& rDlg, SfxBindings& rBindings ); -}; - class SVX_DLLPUBLIC SAL_WARN_UNUSED SvxContourDlg : public SfxFloatingWindow { using Window::Update; |