summaryrefslogtreecommitdiff
path: root/framework/inc/jobs/helponstartup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/jobs/helponstartup.hxx')
-rw-r--r--framework/inc/jobs/helponstartup.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/jobs/helponstartup.hxx b/framework/inc/jobs/helponstartup.hxx
index 2fee208358b4..dfbd1e86f3eb 100644
--- a/framework/inc/jobs/helponstartup.hxx
+++ b/framework/inc/jobs/helponstartup.hxx
@@ -114,11 +114,11 @@ class HelpOnStartup : private ThreadHelpBase
virtual css::uno::Any SAL_CALL execute(const css::uno::Sequence< css::beans::NamedValue >& lArguments)
throw(css::lang::IllegalArgumentException,
css::uno::Exception ,
- css::uno::RuntimeException );
+ css::uno::RuntimeException, std::exception );
// css.lang.XEventListener
virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)
- throw(css::uno::RuntimeException);
+ throw(css::uno::RuntimeException, std::exception);
//-------------------------------------------
// helper