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 --- scripting/source/provider/MasterScriptProvider.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripting/source/provider/MasterScriptProvider.hxx') diff --git a/scripting/source/provider/MasterScriptProvider.hxx b/scripting/source/provider/MasterScriptProvider.hxx index e321a2cac131..74523bbae442 100644 --- a/scripting/source/provider/MasterScriptProvider.hxx +++ b/scripting/source/provider/MasterScriptProvider.hxx @@ -112,7 +112,7 @@ public: OUString getContextString() { return m_sCtxString; } private: - OUString parseLocationName( const OUString& location ); + static OUString parseLocationName( const OUString& location ); void createPkgProvider(); bool isValid() { return m_bIsValid;} OUString getURLForModel(); -- cgit