summaryrefslogtreecommitdiffstats
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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/threadhelp/transactionmanager.hxx b/framework/inc/threadhelp/transactionmanager.hxx
index 8b204aff39fc..e003f5e9c891 100644
--- a/framework/inc/threadhelp/transactionmanager.hxx
+++ b/framework/inc/threadhelp/transactionmanager.hxx
@@ -59,7 +59,7 @@ class FWI_DLLPUBLIC TransactionManager : public ITransactionManager
virtual ~TransactionManager ( );
virtual void setWorkingMode ( EWorkingMode eMode ) SAL_OVERRIDE;
virtual EWorkingMode getWorkingMode ( ) const SAL_OVERRIDE;
- virtual sal_Bool isCallRejected ( ERejectReason& eReason ) const SAL_OVERRIDE;
+ virtual bool isCallRejected ( ERejectReason& eReason ) const SAL_OVERRIDE;
virtual void registerTransaction ( EExceptionMode eMode, ERejectReason& eReason ) throw( css::uno::RuntimeException, css::lang::DisposedException ) SAL_OVERRIDE;
virtual void unregisterTransaction ( ) throw( css::uno::RuntimeException, css::lang::DisposedException ) SAL_OVERRIDE;