summaryrefslogtreecommitdiff
path: root/embedserv/source/embed/ed_idataobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'embedserv/source/embed/ed_idataobj.cxx')
-rw-r--r--embedserv/source/embed/ed_idataobj.cxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/embedserv/source/embed/ed_idataobj.cxx b/embedserv/source/embed/ed_idataobj.cxx
index 464dd5b519c7..254f7953f8a5 100644
--- a/embedserv/source/embed/ed_idataobj.cxx
+++ b/embedserv/source/embed/ed_idataobj.cxx
@@ -47,15 +47,13 @@ sal_uInt64 EmbedDocument_Impl::getMetaFileHandle_Impl( sal_Bool isEnhMeta )
if ( isEnhMeta )
{
- aFlavor.MimeType = OUString( RTL_CONSTASCII_USTRINGPARAM(
- "application/x-openoffice-emf;windows_formatname=\"Image EMF\"" ) );
- aFlavor.HumanPresentableName = OUString( "Enhanced Windows MetaFile" );
+ aFlavor.MimeType = "application/x-openoffice-emf;windows_formatname=\"Image EMF\"";
+ aFlavor.HumanPresentableName = "Enhanced Windows MetaFile";
}
else
{
- aFlavor.MimeType = OUString( RTL_CONSTASCII_USTRINGPARAM(
- "application/x-openoffice-wmf;windows_formatname=\"Image WMF\"" ) );
- aFlavor.HumanPresentableName = OUString( "Windows GDIMetaFile" );
+ aFlavor.MimeType = "application/x-openoffice-wmf;windows_formatname=\"Image WMF\"";
+ aFlavor.HumanPresentableName = "Windows GDIMetaFile";
}
aFlavor.DataType = getCppuType( (const sal_uInt64*) 0 );