diff options
Diffstat (limited to 'sc/source/ui/vba/vbamenubar.cxx')
-rw-r--r-- | sc/source/ui/vba/vbamenubar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbamenubar.cxx b/sc/source/ui/vba/vbamenubar.cxx index 4b39ef11b5b0..065db3a227c8 100644 --- a/sc/source/ui/vba/vbamenubar.cxx +++ b/sc/source/ui/vba/vbamenubar.cxx @@ -42,7 +42,7 @@ ScVbaMenuBar::getServiceNames() if ( aServiceNames.getLength() == 0 ) { aServiceNames.realloc( 1 ); - aServiceNames[ 0 ] = OUString("ooo.vba.excel.MenuBar" ); + aServiceNames[ 0 ] = "ooo.vba.excel.MenuBar"; } return aServiceNames; } |