From 12a8fa0d656f3f8bad7c9f85e4f760b5201d5f75 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 13 Mar 2020 21:12:38 +0200 Subject: 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 --- UnoControls/source/inc/OConnectionPointHelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UnoControls') 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; }; -- cgit