summaryrefslogtreecommitdiff
path: root/include/basic/sbstar.hxx
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2016-01-15 23:05:31 +0100
committerNoel Grandin <noelgrandin@gmail.com>2016-01-16 17:06:26 +0000
commit1ae5ceccb818b46f36433c7820e18039f13e56ac (patch)
tree64276542feac924efc8a880bfe4a9e5f9f27f5f8 /include/basic/sbstar.hxx
parent9bc2f3de8672e812f3a67541c6d7069b434a7e42 (diff)
BASIC : Remove useless methods in StarBasic
Change-Id: I9e8ce92b967ee9c9485b7af15280f6a212ff599d Reviewed-on: https://gerrit.libreoffice.org/21498 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.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx
index 5df1f1f4d74a..670e597b4ecc 100644
--- a/include/basic/sbstar.hxx
+++ b/include/basic/sbstar.hxx
@@ -100,9 +100,7 @@ public:
// Compiler-Interface
SbModule* MakeModule( const OUString& rName, const OUString& rSrc );
- SbModule* MakeModule32( const OUString& rName, const OUString& rSrc );
- SbModule* MakeModule32( const OUString& rName, const css::script::ModuleInfo& mInfo, const OUString& rSrc );
- static bool Compile( SbModule* );
+ SbModule* MakeModule( const OUString& rName, const css::script::ModuleInfo& mInfo, const OUString& rSrc );
static void Stop();
static void Error( SbError );
static void Error( SbError, const OUString& rMsg );