summaryrefslogtreecommitdiff
path: root/svx/source/form/fmdmod.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmdmod.cxx')
-rw-r--r--svx/source/form/fmdmod.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmdmod.cxx b/svx/source/form/fmdmod.cxx
index b6fd672233f2..a461b65a1be6 100644
--- a/svx/source/form/fmdmod.cxx
+++ b/svx/source/form/fmdmod.cxx
@@ -40,7 +40,7 @@ using namespace ::svxform;
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL SvxFmMSFactory::createInstance(const ::rtl::OUString& ServiceSpecifier) throw( ::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException )
{
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xRet;
- if ( ServiceSpecifier.indexOf( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.form.component.")) ) == 0 )
+ if ( ServiceSpecifier.indexOf( "com.sun.star.form.component." ) == 0 )
{
xRet = ::comphelper::getProcessServiceFactory()->createInstance(ServiceSpecifier);
}