summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbacomments.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbacomments.cxx')
-rw-r--r--sc/source/ui/vba/vbacomments.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbacomments.cxx b/sc/source/ui/vba/vbacomments.cxx
index 24423a7a3dfb..9e09ee631cda 100644
--- a/sc/source/ui/vba/vbacomments.cxx
+++ b/sc/source/ui/vba/vbacomments.cxx
@@ -91,7 +91,7 @@ ScVbaComments::getElementType() throw (uno::RuntimeException)
rtl::OUString
ScVbaComments::getServiceImplName()
{
- return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ScVbaComments"));
+ return rtl::OUString("ScVbaComments");
}
css::uno::Sequence<rtl::OUString>
@@ -101,7 +101,7 @@ ScVbaComments::getServiceNames()
if ( sNames.getLength() == 0 )
{
sNames.realloc( 1 );
- sNames[0] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.Comments") );
+ sNames[0] = rtl::OUString("ooo.vba.excel.Comments");
}
return sNames;
}