diff options
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/inc/OConnectionPointHelper.hxx | 2 |
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; }; |