From 22b094f5d8e1e82375b135abd3a6f99a9a555244 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 14 Jul 2015 14:50:07 +0200 Subject: loplugin:unusedmethods basic Change-Id: Iddfbde451088750f8c74f3ac72c35b5ccfbe0ab1 Reviewed-on: https://gerrit.libreoffice.org/17044 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/basic/sbstar.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/basic/sbstar.hxx') diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx index 4f75dc646776..0161f73151b7 100644 --- a/include/basic/sbstar.hxx +++ b/include/basic/sbstar.hxx @@ -102,9 +102,6 @@ public: virtual void Remove( SbxVariable* ) SAL_OVERRIDE; virtual void Clear() SAL_OVERRIDE; - BasicLibInfo* GetLibInfo() { return pLibInfo; } - void SetLibInfo( BasicLibInfo* p ) { pLibInfo = p; } - // Compiler-Interface SbModule* MakeModule( const OUString& rName, const OUString& rSrc ); SbModule* MakeModule32( const OUString& rName, const OUString& rSrc ); @@ -150,12 +147,8 @@ public: static Link GetGlobalErrorHdl(); static void SetGlobalErrorHdl( const Link& rNewHdl ); - Link GetErrorHdl() const { return aErrorHdl; } - void SetErrorHdl( const Link& r ) { aErrorHdl = r; } static void SetGlobalBreakHdl( const Link& rNewHdl ); - Link GetBreakHdl() const { return aBreakHdl; } - void SetBreakHdl( const Link& r ) { aBreakHdl = r; } SbxArrayRef getUnoListeners(); -- cgit