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