User: ihi Date: 2007-11-21 15:37:12+0000 Modified: dba/dbaccess/source/core/dataaccess/commanddefinition.cxx
Log: INTEGRATION: CWS dba24c (1.20.78); FILE MERGED 2007/09/12 09:09:37 fs 1.20.78.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons 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.21 Delta lines: +1 -1 ------------------- --- commanddefinition.cxx 2007-01-15 14:31:26+0000 1.20 +++ commanddefinition.cxx 2007-11-21 15:37:10+0000 1.21 @@ -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]
