diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-07 12:08:36 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-07 12:08:36 +0000 |
commit | d6e7bd02d94c34fb2ca2fa215d735c75493305f4 (patch) | |
tree | ca93780440291a1a64a832b193271b9d59af1439 /linguistic | |
parent | f0ab13fdee79bfd55e129ccde57f26959142d0a0 (diff) |
INTEGRATION: CWS tl53 (1.24.12); FILE MERGED
2008/06/09 12:18:24 tl 1.24.12.1: #i89379# IgnoreAllList writable again
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/dicimp.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index 79537bcd1ad2..4828566dfca9 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dicimp.cxx,v $ - * $Revision: 1.24 $ + * $Revision: 1.25 $ * * This file is part of OpenOffice.org. * @@ -247,6 +247,8 @@ DictionaryNeo::DictionaryNeo(const OUString &rName, } else { + // non persistent dictionaries (like IgnoreAllList) should always be writable + bIsReadonly = FALSE; bNeedEntries = FALSE; } } |