summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaframes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaframes.cxx')
-rw-r--r--sw/source/ui/vba/vbaframes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaframes.cxx b/sw/source/ui/vba/vbaframes.cxx
index 84863a268cd0..26316a1e643d 100644
--- a/sw/source/ui/vba/vbaframes.cxx
+++ b/sw/source/ui/vba/vbaframes.cxx
@@ -91,7 +91,7 @@ SwVbaFrames::getServiceNames()
if ( sNames.getLength() == 0 )
{
sNames.realloc( 1 );
- sNames[0] = OUString("ooo.vba.word.Frames");
+ sNames[0] = "ooo.vba.word.Frames";
}
return sNames;
}