summaryrefslogtreecommitdiffstats
path: root/scripting/source/provider/BrowseNodeFactoryImpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/provider/BrowseNodeFactoryImpl.cxx')
-rw-r--r--scripting/source/provider/BrowseNodeFactoryImpl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/source/provider/BrowseNodeFactoryImpl.cxx b/scripting/source/provider/BrowseNodeFactoryImpl.cxx
index 19c534cacdbc..a1a646426bdc 100644
--- a/scripting/source/provider/BrowseNodeFactoryImpl.cxx
+++ b/scripting/source/provider/BrowseNodeFactoryImpl.cxx
@@ -732,7 +732,7 @@ BrowseNodeFactoryImpl::getOrganizerHierarchy()
Sequence< ::rtl::OUString > SAL_CALL
bnf_getSupportedServiceNames( )
- SAL_THROW( () )
+ SAL_THROW(())
{
::rtl::OUString str_name(RTL_CONSTASCII_USTRINGPARAM(
"com.sun.star.script.browse.BrowseNodeFactory"));
@@ -742,7 +742,7 @@ bnf_getSupportedServiceNames( )
::rtl::OUString SAL_CALL
bnf_getImplementationName( )
- SAL_THROW( () )
+ SAL_THROW(())
{
return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
"com.sun.star.script.browse.BrowseNodeFactory" ));