summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase/DTable.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-06 13:17:15 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-06 13:17:15 +0000
commit324b98f61a72fcba2b78cd8dd554c3942a0cd784 (patch)
treeb26f7dc0c0360e173a3528655f74bdb25082039b /connectivity/source/drivers/dbase/DTable.cxx
parent824ce9d0fcdc80828cc8ce8a52d9fc4350874272 (diff)
INTEGRATION: CWS warningfixes01 (1.94.4); FILE MERGED
2006/06/27 20:00:34 fs 1.94.4.1: #i66729
Diffstat (limited to 'connectivity/source/drivers/dbase/DTable.cxx')
-rw-r--r--connectivity/source/drivers/dbase/DTable.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx
index af4224d3e8..1bdf0ff119 100644
--- a/connectivity/source/drivers/dbase/DTable.cxx
+++ b/connectivity/source/drivers/dbase/DTable.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DTable.cxx,v $
*
- * $Revision: 1.94 $
+ * $Revision: 1.95 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 01:21:12 $
+ * last change: $Author: kz $ $Date: 2006-07-06 14:17:15 $
*
* 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 @@ BOOL ODbaseTable::ReadMemo(ULONG nBlockNo, ORowSetValue& aVariable)
return sal_False;
}
- ULONG nLength;
+ sal_uInt32 nLength(0);
(*m_pMemoStream) >> nLength;
if (m_aMemoHeader.db_typ == MemodBaseIV)