Tag: cws_src680_warnings01 User: fs Date: 06/05/29 02:24:41 Modified: /dba/connectivity/source/drivers/dbase/ DTable.cxx
Log: #i65538# File Changes: Directory: /dba/connectivity/source/drivers/dbase/ ================================================== File [changed]: DTable.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/DTable.cxx?r1=1.89.16.8&r2=1.89.16.9 Delta lines: +4 -3 ------------------- --- DTable.cxx 23 May 2006 23:32:16 -0000 1.89.16.8 +++ DTable.cxx 29 May 2006 09:24:38 -0000 1.89.16.9 @@ -4,9 +4,9 @@ * * $RCSfile: DTable.cxx,v $ * - * $Revision: 1.89.16.8 $ + * $Revision: 1.89.16.9 $ * - * last change: $Author: sb $ $Date: 2006/05/23 23:32:16 $ + * last change: $Author: fs $ $Date: 2006/05/29 09:24:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -353,6 +353,7 @@ // getEntry is expected to ensure the corect file name m_pFileStream = createStream_simpleError( sFileName, STREAM_READWRITE | STREAM_NOCREATE | STREAM_SHARE_DENYWRITE); + m_bWriteable = ( m_pFileStream != NULL ); if ( !m_pFileStream ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
