diff options
Diffstat (limited to 'scripting/source/provider/MasterScriptProvider.hxx')
-rw-r--r-- | scripting/source/provider/MasterScriptProvider.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/provider/MasterScriptProvider.hxx b/scripting/source/provider/MasterScriptProvider.hxx index b1153272e85a..e321a2cac131 100644 --- a/scripting/source/provider/MasterScriptProvider.hxx +++ b/scripting/source/provider/MasterScriptProvider.hxx @@ -114,7 +114,7 @@ public: private: OUString parseLocationName( const OUString& location ); void createPkgProvider(); - bool isValid(); + bool isValid() { return m_bIsValid;} OUString getURLForModel(); const css::uno::Sequence< OUString >& getProviderNames(); |