summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbacolumn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbacolumn.cxx')
-rw-r--r--sw/source/ui/vba/vbacolumn.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbacolumn.cxx b/sw/source/ui/vba/vbacolumn.cxx
index 2093e4b9aae2..946fde9400b6 100644
--- a/sw/source/ui/vba/vbacolumn.cxx
+++ b/sw/source/ui/vba/vbacolumn.cxx
@@ -90,7 +90,7 @@ SwVbaColumn::getServiceNames()
if ( aServiceNames.getLength() == 0 )
{
aServiceNames.realloc( 1 );
- aServiceNames[ 0 ] = OUString("ooo.vba.word.Column" );
+ aServiceNames[ 0 ] = "ooo.vba.word.Column";
}
return aServiceNames;
}