summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbatabstop.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbatabstop.cxx')
-rw-r--r--sw/source/ui/vba/vbatabstop.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbatabstop.cxx b/sw/source/ui/vba/vbatabstop.cxx
index d780309e6a2c..55b32f6ac1ab 100644
--- a/sw/source/ui/vba/vbatabstop.cxx
+++ b/sw/source/ui/vba/vbatabstop.cxx
@@ -44,7 +44,7 @@ SwVbaTabStop::getServiceNames()
if ( aServiceNames.getLength() == 0 )
{
aServiceNames.realloc( 1 );
- aServiceNames[ 0 ] = OUString("ooo.vba.word.TabStop" );
+ aServiceNames[ 0 ] = "ooo.vba.word.TabStop";
}
return aServiceNames;
}