diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:22:01 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:22:01 +0000 |
commit | 4c2db7d4fd6836aede91b28fce44af4a8e2a571d (patch) | |
tree | 541bb4fce52f3f0830308e14843a88605a08efaa /linguistic/source | |
parent | b6fade335aa9602e08b81e0ae235428b0a6691dd (diff) |
INTEGRATION: CWS tl32 (1.6.26); FILE MERGED
2006/10/26 11:25:48 tl 1.6.26.1: #140479# make linguistic warning-free
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/dicimp.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx index 9220a64a6487..3c4f03e3c44c 100644 --- a/linguistic/source/dicimp.hxx +++ b/linguistic/source/dicimp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dicimp.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2006-05-05 08:10:18 $ + * last change: $Author: vg $ $Date: 2007-05-25 12:22:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ #define DIC_MAX_ENTRIES 2000 -int ReadDicVersion( SvStream *pStream, USHORT &nLng, BOOL &bNeg ); +INT16 ReadDicVersion( SvStream *pStream, USHORT &nLng, BOOL &bNeg ); const String GetDicExtension(); /////////////////////////////////////////////////////////////////////////// |