Tag: cws_src680_dba24d User: fs Date: 2007-11-08 14:07:46+0000 Modified: dba/dbaccess/source/core/dataaccess/commanddefinition.cxx
Log: during #i81658#: string cleanup File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: commanddefinition.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/commanddefinition.cxx?r1=1.20&r2=1.20.106.1 Delta lines: +4 -4 ------------------- --- commanddefinition.cxx 2007-01-15 14:31:26+0000 1.20 +++ commanddefinition.cxx 2007-11-08 14:07:44+0000 1.20.106.1 @@ -4,9 +4,9 @@ * * $RCSfile: commanddefinition.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.20.106.1 $ * - * last change: $Author: vg $ $Date: 2007/01/15 14:31:26 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:07:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -92,7 +92,7 @@ registerProperty(PROPERTY_COMMAND, PROPERTY_ID_COMMAND, PropertyAttribute::BOUND, &rCommandDefinition.m_sCommand, ::getCppuType(&rCommandDefinition.m_sCommand)); - registerProperty(PROPERTY_USE_ESCAPE_PROCESSING, PROPERTY_ID_USE_ESCAPE_PROCESSING, PropertyAttribute::BOUND, + registerProperty(PROPERTY_ESCAPE_PROCESSING, PROPERTY_ID_ESCAPE_PROCESSING, PropertyAttribute::BOUND, &rCommandDefinition.m_bEscapeProcessing, ::getBooleanCppuType()); registerProperty(PROPERTY_UPDATE_TABLENAME, PROPERTY_ID_UPDATE_TABLENAME, PropertyAttribute::BOUND, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
