summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbapivotcache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbapivotcache.cxx')
-rw-r--r--sc/source/ui/vba/vbapivotcache.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbapivotcache.cxx b/sc/source/ui/vba/vbapivotcache.cxx
index 4b81fdfac08f..a37473e10349 100644
--- a/sc/source/ui/vba/vbapivotcache.cxx
+++ b/sc/source/ui/vba/vbapivotcache.cxx
@@ -35,7 +35,7 @@ ScVbaPivotCache::Refresh() throw (css::uno::RuntimeException)
rtl::OUString
ScVbaPivotCache::getServiceImplName()
{
- return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ScVbaPivotCache"));
+ return rtl::OUString("ScVbaPivotCache");
}
uno::Sequence< rtl::OUString >
@@ -45,7 +45,7 @@ ScVbaPivotCache::getServiceNames()
if ( aServiceNames.getLength() == 0 )
{
aServiceNames.realloc( 1 );
- aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.PivotCache" ) );
+ aServiceNames[ 0 ] = rtl::OUString("ooo.vba.excel.PivotCache" );
}
return aServiceNames;
}