summaryrefslogtreecommitdiff
path: root/UnoControls/source/inc/OConnectionPointHelper.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:55:59 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 20:00:28 +0300
commitfdecbd4a415ef8d08d16321beb6567919bd8e864 (patch)
tree20cfce39605bbdf31727656a88f470bd1cb13c60 /UnoControls/source/inc/OConnectionPointHelper.hxx
parent5814e764328e93c7618d384225fe6c7d628aa3c9 (diff)
Kill superfluous spacing before semicolons
Change-Id: I2c5c2c2e8c57796d147141748fb57a4c5645a96a
Diffstat (limited to 'UnoControls/source/inc/OConnectionPointHelper.hxx')
-rw-r--r--UnoControls/source/inc/OConnectionPointHelper.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/UnoControls/source/inc/OConnectionPointHelper.hxx b/UnoControls/source/inc/OConnectionPointHelper.hxx
index f7d8d8e3d4c0..aedcd8f93b1b 100644
--- a/UnoControls/source/inc/OConnectionPointHelper.hxx
+++ b/UnoControls/source/inc/OConnectionPointHelper.hxx
@@ -250,12 +250,12 @@ private:
private:
- ::osl::Mutex& m_aSharedMutex ;
- ::com::sun::star::uno::WeakReference< ::com::sun::star::lang::XConnectionPointContainer > m_oContainerWeakReference ; // Reference to container-class!. Don't use Reference<...>
+ ::osl::Mutex& m_aSharedMutex;
+ ::com::sun::star::uno::WeakReference< ::com::sun::star::lang::XConnectionPointContainer > m_oContainerWeakReference; // Reference to container-class!. Don't use Reference<...>
// It is a ring-reference => and must be a wekreference!
- OConnectionPointContainerHelper* m_pContainerImplementation ;
- ::com::sun::star::uno::Type m_aInterfaceType ;
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xLock ;
+ OConnectionPointContainerHelper* m_pContainerImplementation;
+ ::com::sun::star::uno::Type m_aInterfaceType;
+ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xLock;
}; // class OConnectionPointHelper