summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/OOo2Oasis.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 09:22:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 09:22:25 +0000
commit06e4d24861745a2e00b7ee609e84817d0890cb1f (patch)
tree8653527c25f2f968ccbbefa5f7d73b0609f82c07 /xmloff/source/transform/OOo2Oasis.cxx
parent4e153e2e4c9f2e0299fce88a01f8f7bb0789dfb4 (diff)
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
Diffstat (limited to 'xmloff/source/transform/OOo2Oasis.cxx')
-rw-r--r--xmloff/source/transform/OOo2Oasis.cxx6
1 files 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 ) ) );