summaryrefslogtreecommitdiff
path: root/linguistic/source
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source')
-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;
}
}