summaryrefslogtreecommitdiff
path: root/UnoControls/source/inc/OConnectionPointHelper.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:41:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 06:02:19 -0600
commitb06820d74c701e305f007d4cb91f939e5644d11d (patch)
tree524624ec71e6fdaa8e87c83c9f5ff3f9352399a4 /UnoControls/source/inc/OConnectionPointHelper.hxx
parentfaabee67550fb8eaebe5f58e224508de81d2c641 (diff)
Remove visual noise from UnoControls
Change-Id: I0ffbc08cf769e39e8c3b7519e8d2e13ccbe6e3d8 Reviewed-on: https://gerrit.libreoffice.org/8331 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'UnoControls/source/inc/OConnectionPointHelper.hxx')
-rw-r--r--UnoControls/source/inc/OConnectionPointHelper.hxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/UnoControls/source/inc/OConnectionPointHelper.hxx b/UnoControls/source/inc/OConnectionPointHelper.hxx
index 2d10bd8ea291..e1687b48fb2d 100644
--- a/UnoControls/source/inc/OConnectionPointHelper.hxx
+++ b/UnoControls/source/inc/OConnectionPointHelper.hxx
@@ -27,29 +27,29 @@
#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
@@ -83,9 +83,9 @@ public:
virtual ~OConnectionPointHelper();
- //________________________________________________________________________________________________________
+
// XInterface
- //________________________________________________________________________________________________________
+
/**_______________________________________________________________________________________________________
@short give answer, if interface is supported
@@ -135,9 +135,9 @@ public:
virtual void SAL_CALL release() throw();
- //__________________________________________________________________________________________________________
+
// XConnectionPoint
- //__________________________________________________________________________________________________________
+
/**_________________________________________________________________________________________________________
@short
@@ -224,9 +224,9 @@ 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 );
-//______________________________________________________________________________________________________________
+
// private methods
-//______________________________________________________________________________________________________________
+
private:
@@ -260,9 +260,9 @@ private:
void impl_UnlockContainer();
-//______________________________________________________________________________________________________________
+
// private variables
-//______________________________________________________________________________________________________________
+
private: