User: ihi Date: 2007-11-21 16:07:09+0000 Modified: dba/dbaccess/source/ui/misc/UITools.cxx
Log: INTEGRATION: CWS dba24c (1.73.20); FILE MERGED 2007/10/29 22:44:10 fs 1.73.20.2: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/12 09:09:39 fs 1.73.20.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: UITools.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/UITools.cxx?r1=1.74&r2=1.75 Delta lines: +1 -1 ------------------- --- UITools.cxx 2007-11-01 15:23:05+0000 1.74 +++ UITools.cxx 2007-11-21 16:07:06+0000 1.75 @@ -1732,7 +1732,7 @@ _xSourceObject->getPropertyValue(PROPERTY_COMMAND) >>= sCommand; sal_Bool bEscapeProcessing( sal_False ); - OSL_VERIFY( _xSourceObject->getPropertyValue( PROPERTY_USE_ESCAPE_PROCESSING ) >>= bEscapeProcessing ); + OSL_VERIFY( _xSourceObject->getPropertyValue( PROPERTY_ESCAPE_PROCESSING ) >>= bEscapeProcessing ); if ( bEscapeProcessing ) sCommand = lcl_createSDBCLevelStatement( sCommand, _xConnection ); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
