From 4e806872eb09bfecceed0ee9140a7b95a2d1fd7c Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 4 Oct 2004 19:00:50 +0000 Subject: INTEGRATION: CWS mav09 (1.4.70); FILE MERGED 2004/05/28 16:08:53 mav 1.4.70.1: #i27773# fix mediatypes --- embedserv/source/embed/ed_idataobj.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'embedserv') 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" ) ); } -- cgit v1.2.3