summaryrefslogtreecommitdiff
path: root/framework/inc/threadhelp/transactionmanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/threadhelp/transactionmanager.hxx')
-rw-r--r--framework/inc/threadhelp/transactionmanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/threadhelp/transactionmanager.hxx b/framework/inc/threadhelp/transactionmanager.hxx
index 1440816330b5..15391f6b5d9e 100644
--- a/framework/inc/threadhelp/transactionmanager.hxx
+++ b/framework/inc/threadhelp/transactionmanager.hxx
@@ -110,10 +110,10 @@ class FWI_DLLPUBLIC TransactionManager
EWorkingMode getWorkingMode ( ) const;
/// @throws css::uno::RuntimeException
/// @throws css::lang::DisposedException
- void registerTransaction ( EExceptionMode eMode ) throw( css::uno::RuntimeException, css::lang::DisposedException );
+ void registerTransaction ( EExceptionMode eMode );
/// @throws css::uno::RuntimeException
/// @throws css::lang::DisposedException
- void unregisterTransaction ( ) throw( css::uno::RuntimeException, css::lang::DisposedException );
+ void unregisterTransaction ( );
private: