summaryrefslogtreecommitdiff
path: root/include/basic/sbstar.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-14 14:50:07 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-15 09:07:05 +0000
commit22b094f5d8e1e82375b135abd3a6f99a9a555244 (patch)
tree8f678aa9d5db3400fb8aba0ade1f1cbda23696f1 /include/basic/sbstar.hxx
parentba562acdf293e0e0ec4f747716e7fb0db848f1cb (diff)
loplugin:unusedmethods basic
Change-Id: Iddfbde451088750f8c74f3ac72c35b5ccfbe0ab1 Reviewed-on: https://gerrit.libreoffice.org/17044 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/basic/sbstar.hxx')
-rw-r--r--include/basic/sbstar.hxx7
1 files changed, 0 insertions, 7 deletions
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<StarBASIC*,bool> GetGlobalErrorHdl();
static void SetGlobalErrorHdl( const Link<StarBASIC*,bool>& rNewHdl );
- Link<StarBASIC*,bool> GetErrorHdl() const { return aErrorHdl; }
- void SetErrorHdl( const Link<StarBASIC*,bool>& r ) { aErrorHdl = r; }
static void SetGlobalBreakHdl( const Link<StarBASIC*,sal_uInt16>& rNewHdl );
- Link<StarBASIC*,sal_uInt16> GetBreakHdl() const { return aBreakHdl; }
- void SetBreakHdl( const Link<StarBASIC*,sal_uInt16>& r ) { aBreakHdl = r; }
SbxArrayRef getUnoListeners();