summaryrefslogtreecommitdiff
path: root/basic/source/runtime/comenumwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/comenumwrapper.cxx')
-rw-r--r--basic/source/runtime/comenumwrapper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/runtime/comenumwrapper.cxx b/basic/source/runtime/comenumwrapper.cxx
index a5372ffdfe1d..4ef346a205ac 100644
--- a/basic/source/runtime/comenumwrapper.cxx
+++ b/basic/source/runtime/comenumwrapper.cxx
@@ -22,7 +22,7 @@
using namespace ::com::sun::star;
::sal_Bool SAL_CALL ComEnumerationWrapper::hasMoreElements()
- throw ( uno::RuntimeException )
+ throw ( uno::RuntimeException, std::exception )
{
sal_Bool bResult = sal_False;
@@ -43,7 +43,7 @@ using namespace ::com::sun::star;
uno::Any SAL_CALL ComEnumerationWrapper::nextElement()
throw ( container::NoSuchElementException,
lang::WrappedTargetException,
- uno::RuntimeException )
+ uno::RuntimeException, std::exception )
{
try
{