summaryrefslogtreecommitdiff
path: root/scripting/source/provider
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-08 16:14:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-09 11:28:02 +0200
commit383a4f883d4a2932167695c761611b998f773f0e (patch)
treea5aa8447adf1bce6252f3604cccb4a5b2e742fa7 /scripting/source/provider
parent565746cf861c407ae222b2284d8525b4e9a62d94 (diff)
loplugin:constfields in scripting
Change-Id: I1484d920649817680f70de4ca00a3d46e1faf42a Reviewed-on: https://gerrit.libreoffice.org/61554 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'scripting/source/provider')
-rw-r--r--scripting/source/provider/ProviderCache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/provider/ProviderCache.hxx b/scripting/source/provider/ProviderCache.hxx
index d6a950beee40..bd13ec9545da 100644
--- a/scripting/source/provider/ProviderCache.hxx
+++ b/scripting/source/provider/ProviderCache.hxx
@@ -83,7 +83,7 @@ private:
css::uno::Sequence< OUString > m_sBlackList;
ProviderDetails_hash m_hProviderDetailsCache;
osl::Mutex m_mutex;
- css::uno::Sequence< css::uno::Any > m_Sctx;
+ css::uno::Sequence< css::uno::Any > const m_Sctx;
css::uno::Reference< css::uno::XComponentContext > m_xContext;
css::uno::Reference< css::lang::XMultiComponentFactory > m_xMgr;