summaryrefslogtreecommitdiff
path: root/UnoControls
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-13 21:12:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-15 16:28:14 +0100
commit12a8fa0d656f3f8bad7c9f85e4f760b5201d5f75 (patch)
tree51bf0e790789a218b8c788ab22258180cca77e40 /UnoControls
parentc42cf09f17e683d7487b8b298bd2f5ff3587bf00 (diff)
Revert "loplugin:constfields in ucbhelper"
This reverts commit 64035391ebe8810520a214a3ae0aeb4c1b039819. Change-Id: Icfde3e984f9ebf93a423d101aee385182f65dea5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90518 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 3de932caa765..9cd5a7907396 100644
--- a/UnoControls/source/inc/OConnectionPointHelper.hxx
+++ b/UnoControls/source/inc/OConnectionPointHelper.hxx
@@ -98,7 +98,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 const m_aInterfaceType;
+ css::uno::Type m_aInterfaceType;
css::uno::Reference< css::uno::XInterface > m_xLock;
};