Tag: cws_src680_dba23c User: fs Date: 2007-07-23 08:38:07+0000 Modified: dba/connectivity/source/commontools/statementcomposer.cxx
Log: during #i77635#: bComposerDirty was never reset File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: statementcomposer.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/statementcomposer.cxx?r1=1.3&r2=1.3.12.1 Delta lines: +3 -2 ------------------- --- statementcomposer.cxx 2007-07-09 08:20:41+0000 1.3 +++ statementcomposer.cxx 2007-07-23 08:38:04+0000 1.3.12.1 @@ -4,9 +4,9 @@ * * $RCSfile: statementcomposer.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.12.1 $ * - * last change: $Author: rt $ $Date: 2007/07/09 08:20:41 $ + * last change: $Author: fs $ $Date: 2007/07/23 08:38:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -250,6 +250,7 @@ sStatement = xComposer->getQuery(); _rData.xComposer = xComposer; + _rData.bComposerDirty = false; } } catch( const SQLException& ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
