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.cxx2
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;