summaryrefslogtreecommitdiff
path: root/svx/source/form/legacyformcontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/legacyformcontroller.cxx')
-rw-r--r--svx/source/form/legacyformcontroller.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/legacyformcontroller.cxx b/svx/source/form/legacyformcontroller.cxx
index b3f0641e9ef8..82347c4a55ae 100644
--- a/svx/source/form/legacyformcontroller.cxx
+++ b/svx/source/form/legacyformcontroller.cxx
@@ -182,7 +182,7 @@ namespace svxform
//--------------------------------------------------------------------
::rtl::OUString SAL_CALL LegacyFormController::getImplementationName( ) throw (RuntimeException)
{
- return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "org.openoffice.comp.svx.LegacyFormController" ) );
+ return ::rtl::OUString( "org.openoffice.comp.svx.LegacyFormController" );
}
//--------------------------------------------------------------------
@@ -200,8 +200,8 @@ namespace svxform
Sequence< ::rtl::OUString > SAL_CALL LegacyFormController::getSupportedServiceNames( ) throw (RuntimeException)
{
Sequence< ::rtl::OUString > aServices(2);
- aServices.getArray()[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.FormController" ) );
- aServices.getArray()[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.control.TabController") );
+ aServices.getArray()[0] = ::rtl::OUString( "com.sun.star.form.FormController" );
+ aServices.getArray()[1] = ::rtl::OUString("com.sun.star.awt.control.TabController");
return aServices;
}