Tag: cws_src680_dba24d User: fs Date: 2007-11-08 14:24:17+0000 Modified: dba/dbaccess/source/ui/misc/UITools.cxx
Log: during #i81658#: string cleanup 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.74.2.1 Delta lines: +4 -4 ------------------- --- UITools.cxx 2007-11-01 15:23:05+0000 1.74 +++ UITools.cxx 2007-11-08 14:24:15+0000 1.74.2.1 @@ -4,9 +4,9 @@ * * $RCSfile: UITools.cxx,v $ * - * $Revision: 1.74 $ + * $Revision: 1.74.2.1 $ * - * last change: $Author: hr $ $Date: 2007/11/01 15:23:05 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:24:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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]
