summaryrefslogtreecommitdiffstats
path: root/include/sfx2/unoctitm.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-19 14:55:44 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-20 10:47:05 +0000
commit0593041d86e479981485644abfd56f94289270de (patch)
treea79fc904f0a4e1bcbaa9336cbf2e39406e4cdc76 /include/sfx2/unoctitm.hxx
parentFix typo in code (diff)
downloadcore-0593041d86e479981485644abfd56f94289270de.tar.gz
core-0593041d86e479981485644abfd56f94289270de.zip
loplugin:unusedmethods in sfx2, SfxUnoControllerItem goes
Change-Id: Ibbae76b45da924e44fb91dcb3548106e8b908fbf Reviewed-on: https://gerrit.libreoffice.org/25160 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sfx2/unoctitm.hxx')
-rw-r--r--include/sfx2/unoctitm.hxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/sfx2/unoctitm.hxx b/include/sfx2/unoctitm.hxx
index 1eab7de7dfeb..8d58738ec694 100644
--- a/include/sfx2/unoctitm.hxx
+++ b/include/sfx2/unoctitm.hxx
@@ -42,30 +42,6 @@ class SfxBindings;
class SfxFrame;
class SfxDispatcher;
-class SfxUnoControllerItem : public ::cppu::WeakImplHelper1< css::frame::XStatusListener >
-{
- css::util::URL aCommand;
- css::uno::Reference< css::frame::XDispatch > xDispatch;
- SfxControllerItem* pCtrlItem;
- SfxBindings* pBindings;
-
- css::uno::Reference< css::frame::XDispatch > TryGetDispatch( SfxFrame* pFrame );
-
-public:
-
- SfxUnoControllerItem( SfxControllerItem*, SfxBindings&, const OUString& );
- virtual ~SfxUnoControllerItem();
-
- // XStatusListener
- virtual void SAL_CALL statusChanged(const css::frame::FeatureStateEvent& Event) throw( css::uno::RuntimeException, std::exception ) override;
-
- // Something else
- virtual void SAL_CALL disposing(const css::lang::EventObject& Source) throw( css::uno::RuntimeException, std::exception ) override;
- void GetNewDispatch();
- void ReleaseDispatch();
- void ReleaseBindings();
-};
-
typedef cppu::OMultiTypeInterfaceContainerHelperVar<OUString>
SfxStatusDispatcher_Impl_ListenerContainer;