diff options
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; |