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