summaryrefslogtreecommitdiff
path: root/UnoControls/source/inc/OConnectionPointHelper.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:54:59 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 20:00:27 +0300
commit5814e764328e93c7618d384225fe6c7d628aa3c9 (patch)
tree534b6eeed8e60bd9290b21e2f748f8a732a653e6 /UnoControls/source/inc/OConnectionPointHelper.hxx
parent149e3d4212704b36c101c2cab11cb43ad633ddd5 (diff)
Kill superfluous vertical whitespace
Change-Id: Ieb7956acdc24d6b18939e916e33eb12dc268e778
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 ;