summaryrefslogtreecommitdiffstats
path: root/ucbhelper/source/client/commandenvironment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/commandenvironment.cxx')
-rw-r--r--ucbhelper/source/client/commandenvironment.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucbhelper/source/client/commandenvironment.cxx b/ucbhelper/source/client/commandenvironment.cxx
index ad07f2d73b4a..a8e938cd21c0 100644
--- a/ucbhelper/source/client/commandenvironment.cxx
+++ b/ucbhelper/source/client/commandenvironment.cxx
@@ -110,7 +110,7 @@ XTYPEPROVIDER_IMPL_2( CommandEnvironment,
// virtual
Reference< XInteractionHandler > SAL_CALL
CommandEnvironment::getInteractionHandler()
- throw ( RuntimeException )
+ throw ( RuntimeException, std::exception )
{
return m_pImpl->m_xInteractionHandler;
}
@@ -119,7 +119,7 @@ CommandEnvironment::getInteractionHandler()
// virtual
Reference< XProgressHandler > SAL_CALL
CommandEnvironment::getProgressHandler()
- throw ( RuntimeException )
+ throw ( RuntimeException, std::exception )
{
return m_pImpl->m_xProgressHandler;
}