summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-04-23 08:45:27 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-04-23 08:45:27 +0200
commitba9a5439783abfb2cc9737eba2ca9180d6b75807 (patch)
tree46fd32dbe1bb1c70b2ad67d6dd23a59b9803aafd /linguistic
parented6ed721c60a9e024b33c0dffe2f8149b73cdb9a (diff)
cws tl80: #i106032# changed default dictionary type for new user dictionaries to plain UTF-8 text file
Diffstat (limited to 'linguistic')
-rwxr-xr-x[-rw-r--r--]linguistic/source/dicimp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx
index c968d7ff2b..55c246189d 100644..100755
--- a/linguistic/source/dicimp.cxx
+++ b/linguistic/source/dicimp.cxx
@@ -236,8 +236,8 @@ DictionaryNeo::DictionaryNeo(const OUString &rName,
BOOL bExists = FileExists( rMainURL );
if( !bExists )
{
- // save new dictionaries with in 6.0 Format (uses UTF8)
- nDicVersion = DIC_VERSION_6;
+ // save new dictionaries with in Format 7 (UTF8 plain text)
+ nDicVersion = 7;
//! create physical representation of an **empty** dictionary
//! that could be found by the dictionary-list implementation