Tag: cws_src680_dba24b User: oj Date: 2007-08-31 06:11:28+0000 Modified: dba/connectivity/source/drivers/ado/AStatement.cxx
Log: #100000# wrong type in property File Changes: Directory: /dba/connectivity/source/drivers/ado/ ================================================ File [changed]: AStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/AStatement.cxx?r1=1.26&r2=1.26.50.1 Delta lines: +5 -3 ------------------- --- AStatement.cxx 2007-03-26 13:58:00+0000 1.26 +++ AStatement.cxx 2007-08-31 06:11:26+0000 1.26.50.1 @@ -4,9 +4,9 @@ * * $RCSfile: AStatement.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.26.50.1 $ * - * last change: $Author: vg $ $Date: 2007/03/26 13:58:00 $ + * last change: $Author: oj $ $Date: 2007/08/31 06:11:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -842,6 +842,8 @@ rValue <<= getFetchSize(); break; case PROPERTY_ID_ESCAPEPROCESSING: + rValue <<= sal_True; + break; case PROPERTY_ID_USEBOOKMARKS: default: ; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
