Tag: cws_src680_warningfixes01 User: fs Date: 2006/06/27 13:00:37 Modified: dba/connectivity/source/drivers/dbase/DTable.cxx
Log: #i66729 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.94&r2=1.94.4.1 Delta lines: +4 -4 ------------------- --- DTable.cxx 20 Jun 2006 01:21:12 -0000 1.94 +++ DTable.cxx 27 Jun 2006 20:00:34 -0000 1.94.4.1 @@ -4,9 +4,9 @@ * * $RCSfile: DTable.cxx,v $ * - * $Revision: 1.94 $ + * $Revision: 1.94.4.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 01:21:12 $ + * last change: $Author: fs $ $Date: 2006/06/27 20:00:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2408,7 +2408,7 @@ return sal_False; } - ULONG nLength; + sal_uInt32 nLength(0); (*m_pMemoStream) >> nLength; if (m_aMemoHeader.db_typ == MemodBaseIV) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
