From ee094bd46f55118993c72af719dc046476f9f311 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 10 Apr 2015 11:07:36 +0200 Subject: loplugin:staticmethods Change-Id: If97f01a05294fa7efd59a8934c7b6f65cda5084a --- include/basic/sbstar.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/basic/sbstar.hxx') diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx index 105bf944c419..327027bee041 100644 --- a/include/basic/sbstar.hxx +++ b/include/basic/sbstar.hxx @@ -109,7 +109,7 @@ public: SbModule* MakeModule( const OUString& rName, const OUString& rSrc ); SbModule* MakeModule32( const OUString& rName, const OUString& rSrc ); SbModule* MakeModule32( const OUString& rName, const com::sun::star::script::ModuleInfo& mInfo, const OUString& rSrc ); - bool Compile( SbModule* ); + static bool Compile( SbModule* ); static void Stop(); static void Error( SbError ); static void Error( SbError, const OUString& rMsg ); -- cgit