summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/lateinitlistener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/lateinitlistener.cxx')
-rw-r--r--filter/source/config/cache/lateinitlistener.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/config/cache/lateinitlistener.cxx b/filter/source/config/cache/lateinitlistener.cxx
index 222446dc4e5d..d05fb7df846b 100644
--- a/filter/source/config/cache/lateinitlistener.cxx
+++ b/filter/source/config/cache/lateinitlistener.cxx
@@ -57,7 +57,7 @@ LateInitListener::~LateInitListener()
void SAL_CALL LateInitListener::notifyEvent(const css::document::EventObject& aEvent)
- throw(css::uno::RuntimeException)
+ throw(css::uno::RuntimeException, std::exception)
{
// wait for events which either
// a) indicate completed open of the first document in which case launch thread
@@ -101,7 +101,7 @@ void SAL_CALL LateInitListener::notifyEvent(const css::document::EventObject& aE
void SAL_CALL LateInitListener::disposing(const css::lang::EventObject& /* aEvent */ )
- throw(css::uno::RuntimeException)
+ throw(css::uno::RuntimeException, std::exception)
{
// ???
// Normaly it should never be called. Because we cancel our listener connection