summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/interceptedinteraction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/interceptedinteraction.cxx')
-rw-r--r--ucbhelper/source/client/interceptedinteraction.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/client/interceptedinteraction.cxx b/ucbhelper/source/client/interceptedinteraction.cxx
index f98cc784d29a..6dd1d0a180e8 100644
--- a/ucbhelper/source/client/interceptedinteraction.cxx
+++ b/ucbhelper/source/client/interceptedinteraction.cxx
@@ -63,7 +63,7 @@ css::uno::Reference< css::task::XInteractionContinuation > InterceptedInteractio
}
void SAL_CALL InterceptedInteraction::handle(const css::uno::Reference< css::task::XInteractionRequest >& xRequest)
- throw(css::uno::RuntimeException)
+ throw(css::uno::RuntimeException, std::exception)
{
impl_handleDefault(xRequest);
}