summaryrefslogtreecommitdiff
path: root/scripting/source/provider
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-10 09:20:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-10 11:03:26 +0200
commit6a85925841feffdefead52ba35acd3379c8aa8ce (patch)
treee7db67e138cdb226d3ef345dff96ae29fa429c93 /scripting/source/provider
parent66838c2418df4d016be0da0ef1c7e54934c03421 (diff)
loplugin:simplifyconstruct in scaddins..sd
Change-Id: Ia2c04ef9fe5113b8b04304d0f495b948b5371fb4 Reviewed-on: https://gerrit.libreoffice.org/60237 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'scripting/source/provider')
-rw-r--r--scripting/source/provider/MasterScriptProvider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/provider/MasterScriptProvider.cxx b/scripting/source/provider/MasterScriptProvider.cxx
index ee08adecd50a..d06833d7a6dd 100644
--- a/scripting/source/provider/MasterScriptProvider.cxx
+++ b/scripting/source/provider/MasterScriptProvider.cxx
@@ -70,7 +70,7 @@ bool endsWith( const OUString& target, const OUString& item )
MasterScriptProvider::MasterScriptProvider( const Reference< XComponentContext > & xContext ):
m_xContext( xContext ), m_bIsValid( false ), m_bInitialised( false ),
- m_bIsPkgMSP( false ), m_pPCache( nullptr )
+ m_bIsPkgMSP( false )
{
ENSURE_OR_THROW( m_xContext.is(), "MasterScriptProvider::MasterScriptProvider: No context available\n" );
m_xMgr = m_xContext->getServiceManager();