summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbamenu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbamenu.cxx')
-rw-r--r--sc/source/ui/vba/vbamenu.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbamenu.cxx b/sc/source/ui/vba/vbamenu.cxx
index 19c1392eeb0c..dedb0398d6bb 100644
--- a/sc/source/ui/vba/vbamenu.cxx
+++ b/sc/source/ui/vba/vbamenu.cxx
@@ -69,7 +69,7 @@ ScVbaMenu::MenuItems( const uno::Any& aIndex ) throw (script::BasicErrorExceptio
rtl::OUString
ScVbaMenu::getServiceImplName()
{
- return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ScVbaMenu"));
+ return rtl::OUString("ScVbaMenu");
}
uno::Sequence<rtl::OUString>
@@ -79,7 +79,7 @@ ScVbaMenu::getServiceNames()
if ( aServiceNames.getLength() == 0 )
{
aServiceNames.realloc( 1 );
- aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.Menu" ) );
+ aServiceNames[ 0 ] = rtl::OUString("ooo.vba.excel.Menu" );
}
return aServiceNames;
}