summaryrefslogtreecommitdiff
path: root/UnoControls
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-26 10:47:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-27 08:29:41 +0200
commit64035391ebe8810520a214a3ae0aeb4c1b039819 (patch)
treedb220d97ef387f32c3441db882942cdca5ed5d8d /UnoControls
parent850c575d67162a97c1b7acd4fb75c32d0884e7b9 (diff)
loplugin:constfields in ucbhelper
Change-Id: Ic9d59b352dcb771191de963c0f6e90c74647c8b8 Reviewed-on: https://gerrit.libreoffice.org/60983 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'UnoControls')
-rw-r--r--UnoControls/source/inc/OConnectionPointHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnoControls/source/inc/OConnectionPointHelper.hxx b/UnoControls/source/inc/OConnectionPointHelper.hxx
index cf87833b29ca..51143fc4c681 100644
--- a/UnoControls/source/inc/OConnectionPointHelper.hxx
+++ b/UnoControls/source/inc/OConnectionPointHelper.hxx
@@ -100,7 +100,7 @@ private:
css::uno::WeakReference< css::lang::XConnectionPointContainer > m_oContainerWeakReference; // Reference to container-class!. Don't use Reference<...>
// It is a ring-reference => and must be a wekreference!
OConnectionPointContainerHelper* m_pContainerImplementation;
- css::uno::Type m_aInterfaceType;
+ css::uno::Type const m_aInterfaceType;
css::uno::Reference< css::uno::XInterface > m_xLock;
};