Tag: cws_src680_dba201b User: oj Date: 05/06/03 02:59:53 Modified: /dba/dbaccess/source/filter/xml/ xmlExport.cxx
Log: #i50273# export fo_compat name File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: xmlExport.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlExport.cxx?r1=1.6&r2=1.6.38.1 Delta lines: +4 -4 ------------------- --- xmlExport.cxx 18 Mar 2005 10:06:41 -0000 1.6 +++ xmlExport.cxx 3 Jun 2005 09:59:50 -0000 1.6.38.1 @@ -2,9 +2,9 @@ * * $RCSfile: xmlExport.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.6.38.1 $ * - * last change: $Author: obo $ $Date: 2005/03/18 10:06:41 $ + * last change: $Author: oj $ $Date: 2005/06/03 09:59:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -270,7 +270,7 @@ _GetNamespaceMap().Add( GetXMLToken(XML_NP_DB), GetXMLToken(XML_N_DB), XML_NAMESPACE_DB ); if( (nExportFlag & (EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES|EXPORT_FONTDECLS) ) != 0 ) - _GetNamespaceMap().Add( GetXMLToken(XML_NP_FO), GetXMLToken(XML_N_FO), XML_NAMESPACE_FO ); + _GetNamespaceMap().Add( GetXMLToken(XML_NP_FO), GetXMLToken(XML_N_FO_COMPAT), XML_NAMESPACE_FO ); if( (nExportFlag & (EXPORT_META|EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES|EXPORT_CONTENT|EXPORT_SCRIPTS|EXPORT_SETTINGS) ) != 0 ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
