diff options
Diffstat (limited to 'sc/source/ui/vba/vbacharacters.cxx')
-rw-r--r-- | sc/source/ui/vba/vbacharacters.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbacharacters.cxx b/sc/source/ui/vba/vbacharacters.cxx index ca9d9ce3315b..b73818b9516b 100644 --- a/sc/source/ui/vba/vbacharacters.cxx +++ b/sc/source/ui/vba/vbacharacters.cxx @@ -120,7 +120,7 @@ ScVbaCharacters::getServiceNames() if ( aServiceNames.getLength() == 0 ) { aServiceNames.realloc( 1 ); - aServiceNames[ 0 ] = OUString("ooo.vba.excel.Characters" ); + aServiceNames[ 0 ] = "ooo.vba.excel.Characters"; } return aServiceNames; } |