summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbatextframe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbatextframe.cxx')
-rw-r--r--sc/source/ui/vba/vbatextframe.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbatextframe.cxx b/sc/source/ui/vba/vbatextframe.cxx
index 40b392c3517c..306f71318ee7 100644
--- a/sc/source/ui/vba/vbatextframe.cxx
+++ b/sc/source/ui/vba/vbatextframe.cxx
@@ -43,7 +43,7 @@ ScVbaTextFrame::Characters() throw (uno::RuntimeException)
rtl::OUString
ScVbaTextFrame::getServiceImplName()
{
- return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ScVbaTextFrame"));
+ return rtl::OUString("ScVbaTextFrame");
}
uno::Sequence< rtl::OUString >
@@ -53,7 +53,7 @@ ScVbaTextFrame::getServiceNames()
if ( aServiceNames.getLength() == 0 )
{
aServiceNames.realloc( 1 );
- aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.TextFrame" ) );
+ aServiceNames[ 0 ] = rtl::OUString("ooo.vba.excel.TextFrame" );
}
return aServiceNames;
}