summaryrefslogtreecommitdiff
path: root/scripting/source/basprov/baslibnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/basprov/baslibnode.cxx')
-rw-r--r--scripting/source/basprov/baslibnode.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripting/source/basprov/baslibnode.cxx b/scripting/source/basprov/baslibnode.cxx
index b39368ee03ce..16b4ded791a8 100644
--- a/scripting/source/basprov/baslibnode.cxx
+++ b/scripting/source/basprov/baslibnode.cxx
@@ -66,7 +66,7 @@ namespace basprov
// XBrowseNode
- OUString BasicLibraryNodeImpl::getName( ) throw (RuntimeException, std::exception)
+ OUString BasicLibraryNodeImpl::getName( )
{
SolarMutexGuard aGuard;
@@ -74,7 +74,7 @@ namespace basprov
}
- Sequence< Reference< browse::XBrowseNode > > BasicLibraryNodeImpl::getChildNodes( ) throw (RuntimeException, std::exception)
+ Sequence< Reference< browse::XBrowseNode > > BasicLibraryNodeImpl::getChildNodes( )
{
SolarMutexGuard aGuard;
@@ -106,7 +106,7 @@ namespace basprov
}
- sal_Bool BasicLibraryNodeImpl::hasChildNodes( ) throw (RuntimeException, std::exception)
+ sal_Bool BasicLibraryNodeImpl::hasChildNodes( )
{
SolarMutexGuard aGuard;
@@ -118,7 +118,7 @@ namespace basprov
}
- sal_Int16 BasicLibraryNodeImpl::getType( ) throw (RuntimeException, std::exception)
+ sal_Int16 BasicLibraryNodeImpl::getType( )
{
SolarMutexGuard aGuard;