summaryrefslogtreecommitdiffstats
path: root/connectivity/workben
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 /connectivity/workben
parentMake named ranges dialog more consistent, localizable (diff)
downloadcore-0439af27e1f37b19d4409f34f974d6ade49f99bf.tar.gz
core-0439af27e1f37b19d4409f34f974d6ade49f99bf.zip
Code cleanup: ( () ) replaced by (())
Diffstat (limited to 'connectivity/workben')
-rw-r--r--connectivity/workben/iniParser/main.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/workben/iniParser/main.cxx b/connectivity/workben/iniParser/main.cxx
index 051595999753..93148b9ac72f 100644
--- a/connectivity/workben/iniParser/main.cxx
+++ b/connectivity/workben/iniParser/main.cxx
@@ -44,10 +44,10 @@ struct ini_NameValue
rtl::OUString sName;
rtl::OUString sValue;
- inline ini_NameValue() SAL_THROW( () )
+ inline ini_NameValue() SAL_THROW(())
{}
inline ini_NameValue(
- OUString const & name, OUString const & value ) SAL_THROW( () )
+ OUString const & name, OUString const & value ) SAL_THROW(())
: sName( name ),
sValue( value )
{}