diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-04-23 08:45:27 +0200 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-04-23 08:45:27 +0200 |
commit | 224c0656fd0b1da325a2d6523b205f11058a3250 (patch) | |
tree | 7c42212b2cbc285a91f4e5cf5ab1c292c2c87f48 /linguistic | |
parent | 8cf42ae630b46da64f9b86fbc47cbf2e3ed2b05f (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.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index e975836c447c..1372dd782cf6 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 |