summaryrefslogtreecommitdiff
path: root/scripting/source/provider/MasterScriptProvider.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-19 10:06:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-20 06:11:51 +0000
commite7324c5705eaa38a2c9aa0636f01a73f033ba4d6 (patch)
treee527e81c249467a7223b603a02bc6fe31ac0b111 /scripting/source/provider/MasterScriptProvider.hxx
parent0d2797fdb06f504e7213b3859a53c363f4f56bc9 (diff)
loplugin:expandablemethodds in scaddins..sdext
Change-Id: Ife021e368efaafe9097750b4ca1a5472e94352a9 Reviewed-on: https://gerrit.libreoffice.org/30054 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'scripting/source/provider/MasterScriptProvider.hxx')
-rw-r--r--scripting/source/provider/MasterScriptProvider.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripting/source/provider/MasterScriptProvider.hxx b/scripting/source/provider/MasterScriptProvider.hxx
index 38f6c1fed02f..964a1a13d451 100644
--- a/scripting/source/provider/MasterScriptProvider.hxx
+++ b/scripting/source/provider/MasterScriptProvider.hxx
@@ -106,15 +106,12 @@ public:
css::uno::Sequence< css::uno::Reference< css::script::provider::XScriptProvider > > SAL_CALL
getAllProviders() throw ( css::uno::RuntimeException );
- bool isPkgProvider() { return m_bIsPkgMSP; }
- const css::uno::Reference< css::script::provider::XScriptProvider >& getPkgProvider() { return m_xMSPPkg; }
// returns context string for this provider, eg
const OUString& getContextString() { return m_sCtxString; }
private:
static OUString parseLocationName( const OUString& location );
void createPkgProvider();
- bool isValid() { return m_bIsValid;}
ProviderCache* providerCache();
/* to obtain other services if needed */