summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-27 14:02:12 +0000
committerAndras Timar <andras.timar@collabora.com>2018-11-28 10:09:04 +0100
commitee62ef6fbd4ca2d140f0fc4730bb63575c47e5ca (patch)
treed7724f7039f42ae130ef0869afee0eb8e8507907
parent35196c456ae1ffb9d826c8ec3b8967d6656779f0 (diff)
tdf#90333 Dictionaries Path Cannot Be Changed
PathSettings::impl_storePath wants to be able to nil the Dictionaries path in the old copy of properties Change-Id: Id579914cfa8b459efce962d304e2f9d6185bd55f Reviewed-on: https://gerrit.libreoffice.org/64115 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit f913bdf712b9e03506b1278e1142283af92125b1) Reviewed-on: https://gerrit.libreoffice.org/64150 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs2
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 51c4ff4274a5..cc1c458fe834 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -1602,7 +1602,7 @@
</info>
<value>$(insturl)/@LIBO_SHARE_FOLDER@/config</value>
</prop>
- <prop oor:name="Dictionary" oor:type="xs:string" oor:nillable="false">
+ <prop oor:name="Dictionary" oor:type="xs:string">
<info>
<desc>Contains the provided dictionaries.</desc>
</info>