From 4ca2cf1b7e57c823e911bcbae0c87102a7c9851e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 15 Jul 2015 13:41:11 +0200 Subject: loplugin:unusedmethods sfx2 Change-Id: I98c455d89f76fbcacf74929a4e8775b4da697f62 Reviewed-on: https://gerrit.libreoffice.org/17069 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/sfx2/unoctitm.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/sfx2/unoctitm.hxx') diff --git a/include/sfx2/unoctitm.hxx b/include/sfx2/unoctitm.hxx index 26e3eb15ac5d..dc710cb0be52 100644 --- a/include/sfx2/unoctitm.hxx +++ b/include/sfx2/unoctitm.hxx @@ -56,9 +56,6 @@ public: SfxUnoControllerItem( SfxControllerItem*, SfxBindings&, const OUString& ); virtual ~SfxUnoControllerItem(); - const ::com::sun::star::util::URL& GetCommand() const - { return aCommand; } - // XStatusListener virtual void SAL_CALL statusChanged(const ::com::sun::star::frame::FeatureStateEvent& Event) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; -- cgit