summaryrefslogtreecommitdiff
path: root/scripting/source/provider/BrowseNodeFactoryImpl.cxx
diff options
context:
space:
mode:
authorAlexander Bergmann <myaddons@gmx.de>2012-01-26 16:00:09 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-01-26 17:41:07 +0000
commit0439af27e1f37b19d4409f34f974d6ade49f99bf (patch)
tree13bbb2549319d74a1a109bf2727aab37dca5b8c7 /scripting/source/provider/BrowseNodeFactoryImpl.cxx
parentf1cb0a4ab4f11dc015be1696c7c7751802171915 (diff)
Code cleanup: ( () ) replaced by (())
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" ));