From 437adaac0af448ef1ffe48a7f59f1770d2dd2458 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 30 Nov 2018 09:43:40 +0200 Subject: loplugin:unusedmethods Change-Id: Id0d68d659fa06a8230ed0d927b85b6b504525d1e Reviewed-on: https://gerrit.libreoffice.org/64328 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/objsh.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/sfx2/objsh.hxx') diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 4b59cc043cd6..9d6428680804 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -260,8 +260,6 @@ public: virtual void Invalidate(sal_uInt16 nId = 0) override; - SfxObjectShellFlags GetFlags( ) const; - SfxModule* GetModule() const; virtual SfxObjectFactory& GetFactory() const=0; -- cgit