diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-04-23 08:48:44 +0200 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-04-23 08:48:44 +0200 |
commit | e347876fb20d1df2e2c71d33865dae6d37fa9f51 (patch) | |
tree | e92174aa37965cd315d18a18f931716e9629f68a /linguistic | |
parent | 224c0656fd0b1da325a2d6523b205f11058a3250 (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 | linguistic/source/dicimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index 1372dd782cf6..fe53bf344ac3 100755 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -237,7 +237,7 @@ DictionaryNeo::DictionaryNeo(const OUString &rName, if( !bExists ) { // save new dictionaries with in Format 7 (UTF8 plain text) - nDicVersion = 7; + nDicVersion = DIC_VERSION_7; //! create physical representation of an **empty** dictionary //! that could be found by the dictionary-list implementation |