summaryrefslogtreecommitdiff
path: root/UnoControls/source/inc/OConnectionPointContainerHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/source/inc/OConnectionPointContainerHelper.hxx')
-rw-r--r--UnoControls/source/inc/OConnectionPointContainerHelper.hxx18
1 files changed, 5 insertions, 13 deletions
diff --git a/UnoControls/source/inc/OConnectionPointContainerHelper.hxx b/UnoControls/source/inc/OConnectionPointContainerHelper.hxx
index 3abb4f846e97..ec2154c3c8c3 100644
--- a/UnoControls/source/inc/OConnectionPointContainerHelper.hxx
+++ b/UnoControls/source/inc/OConnectionPointContainerHelper.hxx
@@ -178,20 +178,12 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xListener
) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
- /**_________________________________________________________________________________________________________
- @short
- @descr
-
- @seealso
-
- @param
-
- @return
-
- @onerror
- */
+ // public but impl method!
+ // Is necessary to get container member at OConnectionPoint-instance.
+ // Impl methods are not threadsafe!
+ // "Parent" function must do this.
+ ::cppu::OMultiTypeInterfaceContainerHelper& impl_getMultiTypeContainer() { return m_aMultiTypeContainer; }
- ::cppu::OMultiTypeInterfaceContainerHelper& impl_getMultiTypeContainer();
// private variables