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 ba3def41838f..45e3a5f45376 100644
--- a/basic/source/runtime/comenumwrapper.cxx
+++ b/basic/source/runtime/comenumwrapper.cxx
@@ -45,7 +45,7 @@ using namespace ::com::sun::star;
&& nLength > m_nCurInd );
}
}
- catch( uno::Exception& )
+ catch(const uno::Exception& )
{}
return bResult;
@@ -72,7 +72,7 @@ uno::Any SAL_CALL ComEnumerationWrapper::nextElement()
aNamedParam );
}
}
- catch( uno::Exception& )
+ catch(const uno::Exception& )
{}
throw container::NoSuchElementException();