Tag: cws_src680_dba24d User: fs Date: 2007-11-08 14:12:18+0000 Modified: dba/dbaccess/source/filter/migration/cfgimport.cxx dba/dbaccess/source/filter/xml/xmlExport.cxx dba/dbaccess/source/filter/xml/xmlQuery.cxx
Log: during #i81658#: string cleanup File Changes: Directory: /dba/dbaccess/source/filter/migration/ ================================================= File [changed]: cfgimport.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/migration/cfgimport.cxx?r1=1.14&r2=1.14.158.1 Delta lines: +5 -5 ------------------- --- cfgimport.cxx 2006-10-12 13:33:06+0000 1.14 +++ cfgimport.cxx 2007-11-08 14:12:15+0000 1.14.158.1 @@ -4,9 +4,9 @@ * * $RCSfile: cfgimport.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.14.158.1 $ * - * last change: $Author: obo $ $Date: 2006/10/12 13:33:06 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:12:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1014,8 +1014,8 @@ ::rtl::OUString sProp; if ( aName == CONFIGKEY_QRYDESCR_COMMAND ) sProp = PROPERTY_COMMAND; - else if ( aName == CONFIGKEY_QRYDESCR_USE_ESCAPE_PROCESSING ) - sProp = PROPERTY_USE_ESCAPE_PROCESSING; + else if ( aName == CONFIGKEY_QRYDESCR_ESCAPE_PROCESSING ) + sProp = PROPERTY_ESCAPE_PROCESSING; else if ( aName == CONFIGKEY_QRYDESCR_UPDATE_TABLENAME ) sProp = PROPERTY_UPDATE_TABLENAME; else if ( aName == CONFIGKEY_QRYDESCR_UPDATE_SCHEMANAME ) 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.16&r2=1.16.68.1 Delta lines: +4 -4 ------------------- --- xmlExport.cxx 2007-07-06 07:56:15+0000 1.16 +++ xmlExport.cxx 2007-11-08 14:12:15+0000 1.16.68.1 @@ -4,9 +4,9 @@ * * $RCSfile: xmlExport.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.16.68.1 $ * - * last change: $Author: rt $ $Date: 2007/07/06 07:56:15 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:12:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -702,7 +702,7 @@ && getBOOL(_xProp->getPropertyValue(PROPERTY_APPLYORDER)) ) AddAttribute(XML_NAMESPACE_DB, XML_APPLY_ORDER,XML_TRUE); - if ( ! getBOOL(_xProp->getPropertyValue(PROPERTY_USE_ESCAPE_PROCESSING)) ) + if ( ! getBOOL(_xProp->getPropertyValue(PROPERTY_ESCAPE_PROCESSING)) ) AddAttribute(XML_NAMESPACE_DB, XML_ESCAPE_PROCESSING,XML_FALSE); exportStyleName(_xProp,GetAttrList()); File [changed]: xmlQuery.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlQuery.cxx?r1=1.7&r2=1.7.26.1 Delta lines: +4 -4 ------------------- --- xmlQuery.cxx 2007-09-26 14:44:28+0000 1.7 +++ xmlQuery.cxx 2007-11-08 14:12:15+0000 1.7.26.1 @@ -4,9 +4,9 @@ * * $RCSfile: xmlQuery.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.7.26.1 $ * - * last change: $Author: hr $ $Date: 2007/09/26 14:44:28 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:12:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -157,7 +157,7 @@ OXMLTable::setProperties(_xProp); _xProp->setPropertyValue(PROPERTY_COMMAND,makeAny(m_sCommand)); - _xProp->setPropertyValue(PROPERTY_USE_ESCAPE_PROCESSING,makeAny(m_bEscapeProcessing)); + _xProp->setPropertyValue(PROPERTY_ESCAPE_PROCESSING,makeAny(m_bEscapeProcessing)); if ( m_sTable.getLength() ) _xProp->setPropertyValue(PROPERTY_UPDATE_TABLENAME,makeAny(m_sTable)); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
