officecfg/registry/schema/org/openoffice/Office/Common.xcs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ce7bb69f8205bcbe36cba4c53bd110e07ef3e05d
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Tue Nov 27 14:02:12 2018 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Nov 28 11:29:28 2018 +0100

    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 <sberg...@redhat.com>
    (cherry picked from commit f913bdf712b9e03506b1278e1142283af92125b1)
    Reviewed-on: https://gerrit.libreoffice.org/64145

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 4ef848e68b0c..225567c53a06 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -1616,7 +1616,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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to