Tag: cws_src680_dbodf11 User: oj Date: 2007-10-23 11:47:09+0000 Modified: dba/dbaccess/source/filter/xml/xmlExport.cxx
Log: merge 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.14.76.2&r2=1.14.76.3 Delta lines: +4 -4 ------------------- --- xmlExport.cxx 2007-10-22 13:03:06+0000 1.14.76.2 +++ xmlExport.cxx 2007-10-23 11:47:07+0000 1.14.76.3 @@ -4,9 +4,9 @@ * * $RCSfile: xmlExport.cxx,v $ * - * $Revision: 1.14.76.2 $ + * $Revision: 1.14.76.3 $ * - * last change: $Author: oj $ $Date: 2007/10/22 13:03:06 $ + * last change: $Author: oj $ $Date: 2007/10/23 11:47:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -566,7 +566,7 @@ xProp->getPropertyValue(PROPERTY_TABLEFILTER) >>= aValue; if ( aValue.getLength() ) { - SvXMLElementExport aElem(*this,XML_NAMESPACE_DB, XML_TABLE_FILTER, sal_True, sal_True); + SvXMLElementExport aElem2(*this,XML_NAMESPACE_DB, XML_TABLE_FILTER, sal_True, sal_True); exportSequence(aValue,XML_TABLE_INCLUDE_FILTER,XML_TABLE_FILTER_PATTERN); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
