summaryrefslogtreecommitdiffstats
path: root/framework/inc/threadhelp/transactionmanager.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:36:08 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:37:48 +0300
commitee3945bd98194010656fa9b3366e7471b9f160fd (patch)
tree105c8722e412ae47582aeeb506d6ef135ab7a974 /framework/inc/threadhelp/transactionmanager.hxx
parentKill superfluous vertical whitespace (diff)
downloadcore-ee3945bd98194010656fa9b3366e7471b9f160fd.tar.gz
core-ee3945bd98194010656fa9b3366e7471b9f160fd.zip
Kill superfluous spacing before semicolons
Change-Id: I53689e78221f3fe074e47d6b47f1a2c3fef96222
Diffstat (limited to 'framework/inc/threadhelp/transactionmanager.hxx')
-rw-r--r--framework/inc/threadhelp/transactionmanager.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/threadhelp/transactionmanager.hxx b/framework/inc/threadhelp/transactionmanager.hxx
index 31fd6c4200b8..8b204aff39fc 100644
--- a/framework/inc/threadhelp/transactionmanager.hxx
+++ b/framework/inc/threadhelp/transactionmanager.hxx
@@ -73,10 +73,10 @@ class FWI_DLLPUBLIC TransactionManager : public ITransactionManager
private:
- mutable ::osl::Mutex m_aAccessLock ; /// regulate access on internal member of this instance
- Gate m_aBarrier ; /// used to block transactions requests during change or work mode
- EWorkingMode m_eWorkingMode ; /// current working mode of object which use this manager (used to reject calls at wrong time)
- sal_Int32 m_nTransactionCount ; /// every transaction request is registered by this counter
+ mutable ::osl::Mutex m_aAccessLock; /// regulate access on internal member of this instance
+ Gate m_aBarrier; /// used to block transactions requests during change or work mode
+ EWorkingMode m_eWorkingMode; /// current working mode of object which use this manager (used to reject calls at wrong time)
+ sal_Int32 m_nTransactionCount; /// every transaction request is registered by this counter
}; // class TransactionManager