diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-01-30 14:23:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-01-30 14:23:54 +0000 |
commit | 21f8825ac4179c6cf62f1afeeb2f2c861fd3b95d (patch) | |
tree | b25f5f1b51dc4f56ff88eed466577989f1f6da5f /linguistic | |
parent | 711d4899b737d60ce14c1f3d15d0f3b8d42bfab7 (diff) |
INTEGRATION: CWS tl25 (1.18.14); FILE MERGED
2006/11/09 01:16:55 tl 1.18.14.2: RESYNC: (1.18-1.19); FILE MERGED
2006/08/17 09:22:39 tl 1.18.14.1: #i68384# valgrind issue fixed
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/dicimp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index e8924248e02a..11ba4a7eda1e 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dicimp.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: obo $ $Date: 2006-09-17 03:52:48 $ + * last change: $Author: rt $ $Date: 2007-01-30 15:23:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -322,7 +322,7 @@ ULONG DictionaryNeo::loadEntries(const OUString &rMainURL) 5 == nDicVersion || 2 == nDicVersion) { - USHORT nLen; + USHORT nLen = 0; sal_Char aWordBuf[ BUFSIZE ]; // Das erste Wort einlesen |