summaryrefslogtreecommitdiff
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.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/ucbhelper/source/client/commandenvironment.cxx b/ucbhelper/source/client/commandenvironment.cxx
index 1210d301b1bb..7ee9cd2f85bd 100644
--- a/ucbhelper/source/client/commandenvironment.cxx
+++ b/ucbhelper/source/client/commandenvironment.cxx
@@ -69,14 +69,12 @@ CommandEnvironment::~CommandEnvironment()
// virtual
Reference< XInteractionHandler > SAL_CALL CommandEnvironment::getInteractionHandler()
- throw ( RuntimeException, std::exception )
{
return m_pImpl->m_xInteractionHandler;
}
// virtual
Reference< XProgressHandler > SAL_CALL CommandEnvironment::getProgressHandler()
- throw ( RuntimeException, std::exception )
{
return m_pImpl->m_xProgressHandler;
}