summaryrefslogtreecommitdiff
path: root/framework/inc/helper/dockingareadefaultacceptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/dockingareadefaultacceptor.hxx')
-rw-r--r--framework/inc/helper/dockingareadefaultacceptor.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/helper/dockingareadefaultacceptor.hxx b/framework/inc/helper/dockingareadefaultacceptor.hxx
index 81a57cf197eb..e14c1071cc3a 100644
--- a/framework/inc/helper/dockingareadefaultacceptor.hxx
+++ b/framework/inc/helper/dockingareadefaultacceptor.hxx
@@ -68,9 +68,9 @@ class DockingAreaDefaultAcceptor : private ThreadHelpBase
// XDockingAreaAcceptor
//---------------------------------------------------------------------------------------------------------
- virtual css::uno::Reference< css::awt::XWindow > SAL_CALL getContainerWindow() throw (css::uno::RuntimeException);
- virtual sal_Bool SAL_CALL requestDockingAreaSpace( const css::awt::Rectangle& RequestedSpace ) throw (css::uno::RuntimeException);
- virtual void SAL_CALL setDockingAreaSpace( const css::awt::Rectangle& BorderSpace ) throw (css::uno::RuntimeException);
+ virtual css::uno::Reference< css::awt::XWindow > SAL_CALL getContainerWindow() throw (css::uno::RuntimeException, std::exception);
+ virtual sal_Bool SAL_CALL requestDockingAreaSpace( const css::awt::Rectangle& RequestedSpace ) throw (css::uno::RuntimeException, std::exception);
+ virtual void SAL_CALL setDockingAreaSpace( const css::awt::Rectangle& BorderSpace ) throw (css::uno::RuntimeException, std::exception);
//-------------------------------------------------------------------------------------------------------------