summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-07 12:08:36 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-07 12:08:36 +0000
commitd6e7bd02d94c34fb2ca2fa215d735c75493305f4 (patch)
treeca93780440291a1a64a832b193271b9d59af1439 /linguistic
parentf0ab13fdee79bfd55e129ccde57f26959142d0a0 (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.cxx4
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;
}
}