diff options
Diffstat (limited to 'basic/source/runtime/comenumwrapper.cxx')
-rw-r--r-- | basic/source/runtime/comenumwrapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/comenumwrapper.cxx b/basic/source/runtime/comenumwrapper.cxx index 4ef346a205ac..ece480eeff3e 100644 --- a/basic/source/runtime/comenumwrapper.cxx +++ b/basic/source/runtime/comenumwrapper.cxx @@ -21,7 +21,7 @@ using namespace ::com::sun::star; -::sal_Bool SAL_CALL ComEnumerationWrapper::hasMoreElements() +sal_Bool SAL_CALL ComEnumerationWrapper::hasMoreElements() throw ( uno::RuntimeException, std::exception ) { sal_Bool bResult = sal_False; |