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/dispatch.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/sfx2/dispatch.hxx') diff --git a/include/sfx2/dispatch.hxx b/include/sfx2/dispatch.hxx index df4ca5ae5f07..aa9949a34b69 100644 --- a/include/sfx2/dispatch.hxx +++ b/include/sfx2/dispatch.hxx @@ -172,13 +172,11 @@ public: sal_uInt16 nCount = 0, const sal_uInt16 *pSIDs = 0 ); void HideUI( bool bHide = true ); - void ShowObjectBar(sal_uInt16 nId, SfxShell *pShell=0) const; sal_uInt32 GetObjectBarId( sal_uInt16 nPos ) const; SfxItemState QueryState( sal_uInt16 nSID, const SfxPoolItem* &rpState ); SfxItemState QueryState( sal_uInt16 nSID, ::com::sun::star::uno::Any& rAny ); - ::com::sun::star::frame::XDispatch* GetDispatchInterface( const OUString& ); void SetDisableFlags( sal_uInt32 nFlags ); sal_uInt32 GetDisableFlags() const; -- cgit