summaryrefslogtreecommitdiff
path: root/svx/source/form/legacyformcontroller.cxx
diff options
context:
space:
mode:
authorJoost Eekhoorn <joost.eekhoorn@gmail.com>2010-11-15 06:40:20 +0100
committerDavid Tardon <dtardon@redhat.com>2010-11-15 06:40:20 +0100
commit3fa80c6b72ec968f055988986d8cb9edd5dbef6a (patch)
tree634cab69085cf159098cb5bce8bb00684fbcb643 /svx/source/form/legacyformcontroller.cxx
parent955ae0c3792e65844935c765144c1bed051a7c49 (diff)
RTL_CONSTASCII_USTRINGPARAM in svx
Diffstat (limited to 'svx/source/form/legacyformcontroller.cxx')
-rw-r--r--svx/source/form/legacyformcontroller.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/legacyformcontroller.cxx b/svx/source/form/legacyformcontroller.cxx
index 029346b32fa9..2224ce7caa2f 100644
--- a/svx/source/form/legacyformcontroller.cxx
+++ b/svx/source/form/legacyformcontroller.cxx
@@ -210,7 +210,7 @@ namespace svxform
{
Sequence< ::rtl::OUString > aServices(2);
aServices.getArray()[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.FormController" ) );
- aServices.getArray()[1] = ::rtl::OUString::createFromAscii("com.sun.star.awt.control.TabController");
+ aServices.getArray()[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.control.TabController") );
return aServices;
}