Tag: cws_src680_dba24c User: fs Date: 2007-09-04 20:02:08+0000 Modified: dba/connectivity/source/commontools/statementcomposer.cxx
Log: initialize bDisposeComposer Issue number: #i81253# Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED] 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.4&r2=1.4.20.1 Delta lines: +4 -3 ------------------- --- statementcomposer.cxx 2007-07-31 13:38:39+0000 1.4 +++ statementcomposer.cxx 2007-09-04 20:02:05+0000 1.4.20.1 @@ -4,9 +4,9 @@ * * $RCSfile: statementcomposer.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.20.1 $ * - * last change: $Author: hr $ $Date: 2007/07/31 13:38:39 $ + * last change: $Author: fs $ $Date: 2007/09/04 20:02:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -109,6 +109,7 @@ ,nCommandType( CommandType::COMMAND ) ,bEscapeProcessing( sal_True ) ,bComposerDirty( true ) + ,bDisposeComposer( true ) { if ( !_rxConnection.is() ) throw NullPointerException(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
