summaryrefslogtreecommitdiffstats
path: root/UnoControls/source/inc/OConnectionPointHelper.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-03-12 22:02:43 +0200
committerTor Lillqvist <tml@collabora.com>2018-03-13 08:07:07 +0100
commitb0259d3e857bef53b27c3f61ecc448c3f96aad07 (patch)
tree11f150b66ee5a461acaf25486a3988698cf01b40 /UnoControls/source/inc/OConnectionPointHelper.hxx
parenttdf#114260: Allow moving top-level menus (diff)
downloadcore-b0259d3e857bef53b27c3f61ecc448c3f96aad07.tar.gz
core-b0259d3e857bef53b27c3f61ecc448c3f96aad07.zip
Sorry, could not resist: Drive-by cosmetic changes
Remove noise comments, ASCII graphics, and superfluous whitespace. Change-Id: Icca0995082ce8afad1e770a263fdef00bfc33449 Reviewed-on: https://gerrit.libreoffice.org/51168 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'UnoControls/source/inc/OConnectionPointHelper.hxx')
-rw-r--r--UnoControls/source/inc/OConnectionPointHelper.hxx20
1 files changed, 6 insertions, 14 deletions
diff --git a/UnoControls/source/inc/OConnectionPointHelper.hxx b/UnoControls/source/inc/OConnectionPointHelper.hxx
index 77a788651b77..cf87833b29ca 100644
--- a/UnoControls/source/inc/OConnectionPointHelper.hxx
+++ b/UnoControls/source/inc/OConnectionPointHelper.hxx
@@ -28,18 +28,12 @@
#include "OConnectionPointContainerHelper.hxx"
-// namespaces
-
-namespace unocontrols{
-
-// class declaration OConnectionPointHelper
+namespace unocontrols {
class OConnectionPointHelper : public css::lang::XConnectionPoint
, public ::cppu::OWeakObject
{
-
public:
-
OConnectionPointHelper( ::osl::Mutex& aMutex ,
OConnectionPointContainerHelper* pContainerImplementation ,
css::uno::Type const & aType );
@@ -48,7 +42,7 @@ public:
// XInterface
- /**_______________________________________________________________________________________________________
+ /**
@short give answer, if interface is supported
@descr The interfaces are searched by type.
@@ -63,7 +57,7 @@ public:
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) override;
- /**_______________________________________________________________________________________________________
+ /**
@short increment refcount
@seealso XInterface
@seealso release()
@@ -72,7 +66,7 @@ public:
virtual void SAL_CALL acquire() throw() override;
- /**_______________________________________________________________________________________________________
+ /**
@short decrement refcount
@seealso XInterface
@seealso acquire()
@@ -96,7 +90,6 @@ public:
virtual css::uno::Sequence< css::uno::Reference< css::uno::XInterface > > SAL_CALL getConnections() override;
private:
-
bool impl_LockContainer();
void impl_UnlockContainer();
@@ -109,10 +102,9 @@ private:
OConnectionPointContainerHelper* m_pContainerImplementation;
css::uno::Type m_aInterfaceType;
css::uno::Reference< css::uno::XInterface > m_xLock;
+};
-}; // class OConnectionPointHelper
-
-} // namespace unocontrols
+}
#endif // INCLUDED_UNOCONTROLS_SOURCE_INC_OCONNECTIONPOINTHELPER_HXX