summaryrefslogtreecommitdiff
path: root/framework/inc/threadhelp
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-05-12 08:55:24 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-05-12 08:55:24 +0100
commitdefd78c476f1dc496bfa98c1701740a957803270 (patch)
tree535630b000a9940b4dca18fefddefb6828bf5411 /framework/inc/threadhelp
parent1711ca5365d607f09507b3d1420403b11cd49064 (diff)
cmcfixes75: #i111551# remove unused getGlobalTransactionManager
Diffstat (limited to 'framework/inc/threadhelp')
-rw-r--r--framework/inc/threadhelp/transactionmanager.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/inc/threadhelp/transactionmanager.hxx b/framework/inc/threadhelp/transactionmanager.hxx
index a3ce7e67ea8a..eca13d63103c 100644
--- a/framework/inc/threadhelp/transactionmanager.hxx
+++ b/framework/inc/threadhelp/transactionmanager.hxx
@@ -93,7 +93,6 @@ class TransactionManager : public ITransactionManager
virtual sal_Bool isCallRejected ( ERejectReason& eReason ) const;
virtual void registerTransaction ( EExceptionMode eMode, ERejectReason& eReason ) throw( css::uno::RuntimeException, css::lang::DisposedException );
virtual void unregisterTransaction ( ) throw( css::uno::RuntimeException, css::lang::DisposedException );
- static TransactionManager& getGlobalTransactionManager ( );
//-------------------------------------------------------------------------------------------------------------
// private methods