summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaaddin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaaddin.cxx')
-rw-r--r--sw/source/ui/vba/vbaaddin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaaddin.cxx b/sw/source/ui/vba/vbaaddin.cxx
index f8e03294d9e5..336b953bf953 100644
--- a/sw/source/ui/vba/vbaaddin.cxx
+++ b/sw/source/ui/vba/vbaaddin.cxx
@@ -45,7 +45,7 @@ OUString SAL_CALL SwVbaAddin::getName() throw (uno::RuntimeException)
void SAL_CALL
SwVbaAddin::setName( const OUString& ) throw ( css::uno::RuntimeException )
{
- throw uno::RuntimeException( OUString(" Fail to set name"), uno::Reference< uno::XInterface >() );
+ throw uno::RuntimeException(" Fail to set name", uno::Reference< uno::XInterface >() );
}
OUString SAL_CALL SwVbaAddin::getPath() throw (uno::RuntimeException)