summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-05 07:10:18 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-05 07:10:18 +0000
commita2a251f4db9f89a8bcae42a550bc049234d40280 (patch)
tree7c36885b47164a5b4a658f4907c2eeae3ba979d6 /linguistic
parentcd0ec826a262441f0dd248a9cca8b746e5c7da89 (diff)
INTEGRATION: CWS tl18 (1.5.24); FILE MERGED
2006/03/08 10:13:39 tl 1.5.24.1: #i60698# introducing new, optional tagged file format for user-dictionaries
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/dicimp.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx
index 45eb79284959..9220a64a6487 100644
--- a/linguistic/source/dicimp.hxx
+++ b/linguistic/source/dicimp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dicimp.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:50:36 $
+ * last change: $Author: rt $ $Date: 2006-05-05 08:10:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,6 +53,10 @@
#include <tools/string.hxx>
#endif
+#ifndef _STREAM_HXX
+#include <tools/stream.hxx>
+#endif
+
#include "misc.hxx"
@@ -60,7 +64,7 @@
#define DIC_MAX_ENTRIES 2000
-int GetDicVersion( const sal_Char *pVerStr );
+int ReadDicVersion( SvStream *pStream, USHORT &nLng, BOOL &bNeg );
const String GetDicExtension();
///////////////////////////////////////////////////////////////////////////