From 06e4d24861745a2e00b7ee609e84817d0890cb1f Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 3 Aug 2007 09:22:25 +0000 Subject: INTEGRATION: CWS fsfixes07 (1.20.28); FILE MERGED 2007/07/26 12:23:11 fridrich_strba 1.20.28.2: x-vnd --> vnd 2007/07/26 11:50:17 fridrich_strba 1.20.28.1: changing one more occurence of vnd.oasis.openoffice --- xmloff/source/transform/OOo2Oasis.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmloff/source/transform/OOo2Oasis.cxx b/xmloff/source/transform/OOo2Oasis.cxx index fbb0c6cdb490..34aeb3e1ed3d 100644 --- a/xmloff/source/transform/OOo2Oasis.cxx +++ b/xmloff/source/transform/OOo2Oasis.cxx @@ -4,9 +4,9 @@ * * $RCSfile: OOo2Oasis.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hr $ $Date: 2007-06-27 16:21:57 $ + * last change: $Author: hr $ $Date: 2007-08-03 10:22:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1202,7 +1202,7 @@ void XMLDocumentTransformerContext_Impl::StartElement( pMutableAttrList = new XMLMutableAttributeList( xAttrList ); xAttrList = pMutableAttrList; - OUString sMime(RTL_CONSTASCII_USTRINGPARAM("application/x-vnd.oasis.openoffice.") ); + OUString sMime(RTL_CONSTASCII_USTRINGPARAM("application/vnd.oasis.opendocument.") ); sMime += rValue; pMutableAttrList->SetValueByIndex( i, sMime ); OUString aNewAttrQName( GetTransformer().GetNamespaceMap().GetQNameByKey( XML_NAMESPACE_OFFICE, ::xmloff::token::GetXMLToken( XML_MIMETYPE ) ) ); -- cgit