summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/vba/vbavariable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbavariable.cxx')
-rw-r--r--sw/source/ui/vba/vbavariable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbavariable.cxx b/sw/source/ui/vba/vbavariable.cxx
index 780bb08fadfc..0f2ef343533a 100644
--- a/sw/source/ui/vba/vbavariable.cxx
+++ b/sw/source/ui/vba/vbavariable.cxx
@@ -44,7 +44,7 @@ SwVbaVariable::getName() throw ( css::uno::RuntimeException )
void SAL_CALL
SwVbaVariable::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 >() );
}
uno::Any SAL_CALL