Tag: cws_src680_dba24d User: fs Date: 2007-12-01 21:23:14+0000 Modified: dba/dbaccess/source/ui/querydesign/querycontroller.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: querycontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/querycontroller.cxx?r1=1.111.2.4&r2=1.111.2.5 Delta lines: +3 -3 ------------------- --- querycontroller.cxx 2007-12-01 21:19:23+0000 1.111.2.4 +++ querycontroller.cxx 2007-12-01 21:23:12+0000 1.111.2.5 @@ -4,9 +4,9 @@ * * $RCSfile: querycontroller.cxx,v $ * - * $Revision: 1.111.2.4 $ + * $Revision: 1.111.2.5 $ * - * last change: $Author: fs $ $Date: 2007/12/01 21:19:23 $ + * last change: $Author: fs $ $Date: 2007/12/01 21:23:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1194,7 +1194,7 @@ aProps[8].Value <<= m_sUpdateTableName; aProps[9].Name = PROPERTY_ESCAPE_PROCESSING; - aProps[9].Value = ::cppu::bool2any(m_bEsacpeProcessing); + aProps[9].Value = ::cppu::bool2any(m_bEscapeProcessing); xDisp->dispatch(aWantToDispatch, aProps); // check the state of the beamer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
