summaryrefslogtreecommitdiff
path: root/framework/inc/helper/tagwindowasmodified.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/tagwindowasmodified.hxx')
-rw-r--r--framework/inc/helper/tagwindowasmodified.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/helper/tagwindowasmodified.hxx b/framework/inc/helper/tagwindowasmodified.hxx
index 53c75608a270..0c92ef0086d4 100644
--- a/framework/inc/helper/tagwindowasmodified.hxx
+++ b/framework/inc/helper/tagwindowasmodified.hxx
@@ -89,22 +89,22 @@ class TagWindowAsModified : // baseclasses (order necessary for right initiali
// XInitialization
virtual void SAL_CALL initialize(const css::uno::Sequence< css::uno::Any >& lArguments)
throw(css::uno::Exception ,
- css::uno::RuntimeException);
+ css::uno::RuntimeException, std::exception);
//____________________________
// XModifyListener
virtual void SAL_CALL modified(const css::lang::EventObject& aEvent)
- throw(css::uno::RuntimeException);
+ throw(css::uno::RuntimeException, std::exception);
//____________________________
// XFrameActionListener
virtual void SAL_CALL frameAction(const css::frame::FrameActionEvent& aEvent)
- throw(css::uno::RuntimeException);
+ throw(css::uno::RuntimeException, std::exception);
//____________________________
// XEventListener
virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)
- throw(css::uno::RuntimeException);
+ throw(css::uno::RuntimeException, std::exception);
private: