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