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