summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaoutline.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbaoutline.cxx')
-rw-r--r--sc/source/ui/vba/vbaoutline.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbaoutline.cxx b/sc/source/ui/vba/vbaoutline.cxx
index 00ea233f7c48..29cbd0e09434 100644
--- a/sc/source/ui/vba/vbaoutline.cxx
+++ b/sc/source/ui/vba/vbaoutline.cxx
@@ -40,7 +40,7 @@ ScVbaOutline::ShowLevels( const uno::Any& RowLevels, const uno::Any& ColumnLevel
rtl::OUString
ScVbaOutline::getServiceImplName()
{
- return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ScVbaOutline"));
+ return rtl::OUString("ScVbaOutline");
}
uno::Sequence< rtl::OUString >
@@ -50,7 +50,7 @@ ScVbaOutline::getServiceNames()
if ( aServiceNames.getLength() == 0 )
{
aServiceNames.realloc( 1 );
- aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.Outline" ) );
+ aServiceNames[ 0 ] = rtl::OUString("ooo.vba.excel.Outline" );
}
return aServiceNames;
}