summaryrefslogtreecommitdiff
path: root/UnoControls/source/inc/OConnectionPointHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/source/inc/OConnectionPointHelper.hxx')
-rw-r--r--UnoControls/source/inc/OConnectionPointHelper.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/UnoControls/source/inc/OConnectionPointHelper.hxx b/UnoControls/source/inc/OConnectionPointHelper.hxx
index 4354f031a213..f7d8d8e3d4c0 100644
--- a/UnoControls/source/inc/OConnectionPointHelper.hxx
+++ b/UnoControls/source/inc/OConnectionPointHelper.hxx
@@ -27,30 +27,22 @@
#include "OConnectionPointContainerHelper.hxx"
-
// namespaces
-
namespace unocontrols{
-
// class declaration OConnectionPointHelper
-
class OConnectionPointHelper : public ::com::sun::star::lang::XConnectionPoint
, public ::cppu::OWeakObject
{
-
// public methods
-
public:
-
// construct/destruct
-
/**_________________________________________________________________________________________________________
@short
@descr
@@ -83,10 +75,8 @@ public:
virtual ~OConnectionPointHelper();
-
// XInterface
-
/**_______________________________________________________________________________________________________
@short give answer, if interface is supported
@descr The interfaces are searched by type.
@@ -135,10 +125,8 @@ public:
virtual void SAL_CALL release() throw() SAL_OVERRIDE;
-
// XConnectionPoint
-
/**_________________________________________________________________________________________________________
@short
@descr
@@ -224,10 +212,8 @@ public:
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > > SAL_CALL getConnections()
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
-
// private methods
-
private:
/**_________________________________________________________________________________________________________
@@ -260,10 +246,8 @@ private:
void impl_UnlockContainer();
-
// private variables
-
private:
::osl::Mutex& m_aSharedMutex ;