summaryrefslogtreecommitdiff
path: root/linguistic/source/dicimp.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-03-19 13:52:48 +0000
committerThomas Lange <tl@openoffice.org>2001-03-19 13:52:48 +0000
commite6897a638e6d93aa47a428060a1168a8e7b95a35 (patch)
tree2f08cce8d489c368e3ad233c35fc79800cbe78c6 /linguistic/source/dicimp.hxx
parent375a281f2b847dfcd2a104a909232036bf4f1725 (diff)
#81069 nDicVersion member added to DictionaryNeo; global functions GetDicVersion and GetDicExtension added
Diffstat (limited to 'linguistic/source/dicimp.hxx')
-rw-r--r--linguistic/source/dicimp.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx
index 76e87000d1b2..ff4e928b3723 100644
--- a/linguistic/source/dicimp.hxx
+++ b/linguistic/source/dicimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dicimp.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tl $ $Date: 2000-12-01 18:58:41 $
+ * last change: $Author: tl $ $Date: 2001-03-19 14:51:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,6 +86,9 @@
#define DIC_MAX_ENTRIES 2000
+int GetDicVersion( const sal_Char *pVerStr );
+const String GetDicExtension();
+
///////////////////////////////////////////////////////////////////////////
class DictionaryNeo :
@@ -106,6 +109,7 @@ class DictionaryNeo :
::com::sun::star::linguistic2::DictionaryType eDicType;
INT16 nCount;
INT16 nLanguage;
+ INT16 nDicVersion;
BOOL bNeedEntries;
BOOL bIsModified;
BOOL bIsActive;