cws tl80: #i106032# changed default dictionary type for new user dictionaries to plain UTF-8 text file
This commit is contained in:
parent
224c0656fd
commit
e347876fb2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue