summaryrefslogtreecommitdiff
path: root/embedserv
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 19:00:50 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 19:00:50 +0000
commit4e806872eb09bfecceed0ee9140a7b95a2d1fd7c (patch)
tree7a45265c86740b180c2c5209288805649a6f5555 /embedserv
parent676b941b02d3a33115997ccb741ba2dbb4625d66 (diff)
INTEGRATION: CWS mav09 (1.4.70); FILE MERGED
2004/05/28 16:08:53 mav 1.4.70.1: #i27773# fix mediatypes
Diffstat (limited to 'embedserv')
-rwxr-xr-xembedserv/source/embed/ed_idataobj.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/embedserv/source/embed/ed_idataobj.cxx b/embedserv/source/embed/ed_idataobj.cxx
index 7920de0950b9..2b554e9a1d67 100755
--- a/embedserv/source/embed/ed_idataobj.cxx
+++ b/embedserv/source/embed/ed_idataobj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ed_idataobj.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mav $ $Date: 2003-03-25 08:21:01 $
+ * last change: $Author: kz $ $Date: 2004-10-04 20:00:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,13 +111,13 @@ sal_uInt64 EmbedDocument_Impl::getMetaFileHandle_Impl( sal_Bool isEnhMeta )
if ( isEnhMeta )
{
aFlavor.MimeType = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(
- "application/x-openoffice;windows_formatname=\"Image EMF\"" ) );
+ "application/x-openoffice-emf;windows_formatname=\"Image EMF\"" ) );
aFlavor.HumanPresentableName = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Enhanced Windows MetaFile" ) );
}
else
{
aFlavor.MimeType = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(
- "application/x-openoffice;windows_formatname=\"Image WMF\"" ) );
+ "application/x-openoffice-wmf;windows_formatname=\"Image WMF\"" ) );
aFlavor.HumanPresentableName = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Windows GDIMetaFile" ) );
}