summaryrefslogtreecommitdiff
path: root/dtrans/source/cnttype/mcnttfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/cnttype/mcnttfactory.cxx')
-rw-r--r--dtrans/source/cnttype/mcnttfactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/cnttype/mcnttfactory.cxx b/dtrans/source/cnttype/mcnttfactory.cxx
index 13e650ec8f42..58cadbebdb64 100644
--- a/dtrans/source/cnttype/mcnttfactory.cxx
+++ b/dtrans/source/cnttype/mcnttfactory.cxx
@@ -94,7 +94,7 @@ Reference< XMimeContentType > CMimeContentTypeFactory::createMimeContentType( co
OUString SAL_CALL CMimeContentTypeFactory::getImplementationName( )
throw( RuntimeException )
{
- return OUString::createFromAscii( MIMECONTENTTYPEFACTORY_IMPL_NAME );
+ return OUString(RTL_CONSTASCII_USTRINGPARAM( MIMECONTENTTYPEFACTORY_IMPL_NAME ));
}
// -------------------------------------------------