summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbapivottable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbapivottable.cxx')
-rw-r--r--sc/source/ui/vba/vbapivottable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbapivottable.cxx b/sc/source/ui/vba/vbapivottable.cxx
index 605ecdfaebf3..97ce5e200ad5 100644
--- a/sc/source/ui/vba/vbapivottable.cxx
+++ b/sc/source/ui/vba/vbapivottable.cxx
@@ -38,7 +38,7 @@ ScVbaPivotTable::PivotCache() throw (uno::RuntimeException)
rtl::OUString
ScVbaPivotTable::getServiceImplName()
{
- return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ScVbaPivotTable"));
+ return rtl::OUString("ScVbaPivotTable");
}
uno::Sequence< rtl::OUString >
@@ -48,7 +48,7 @@ ScVbaPivotTable::getServiceNames()
if ( aServiceNames.getLength() == 0 )
{
aServiceNames.realloc( 1 );
- aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.PivotTable" ) );
+ aServiceNames[ 0 ] = rtl::OUString("ooo.vba.excel.PivotTable" );
}
return aServiceNames;
}