diff options
author | Alexander Bergmann <myaddons@gmx.de> | 2012-01-26 16:00:09 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-26 17:41:07 +0000 |
commit | 0439af27e1f37b19d4409f34f974d6ade49f99bf (patch) | |
tree | 13bbb2549319d74a1a109bf2727aab37dca5b8c7 /xmlscript/source/inc | |
parent | f1cb0a4ab4f11dc015be1696c7c7751802171915 (diff) |
Code cleanup: ( () ) replaced by (())
Diffstat (limited to 'xmlscript/source/inc')
-rw-r--r-- | xmlscript/source/inc/xml_import.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/inc/xml_import.hxx b/xmlscript/source/inc/xml_import.hxx index 2e36643379fd..f6df8b297e0b 100644 --- a/xmlscript/source/inc/xml_import.hxx +++ b/xmlscript/source/inc/xml_import.hxx @@ -59,7 +59,7 @@ SAL_CALL createDocumentHandler( ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XRoot > const & xRoot, bool bSingleThreadedUse = true ) - SAL_THROW( () ); + SAL_THROW(()); } |