[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - officecfg/registry

Caolán McNamara caolanm at redhat.com
Thu May 4 13:04:47 UTC 2017


 officecfg/registry/schema/org/openoffice/Office/Common.xcs |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit 508b7ef82eff5147522f270650c4a4bb97d4d116
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu May 4 12:18:33 2017 +0100

    Related: rhbz#1447830 ExportHiddenSlides isn't persistent in dialog
    
    every time the dialog is run its back to its default setting again
    unlike the other options
    
    Change-Id: Ieb6c94a4ec8670957f9e295acee7114d5c4c6d5a
    (cherry picked from commit 651169f85640c9d15381c424dfe0ed5cd93e58ee)
    Reviewed-on: https://gerrit.libreoffice.org/37232
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 946bd3262501..29573154da73 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5180,6 +5180,13 @@
             </info>
             <value>true</value>
           </prop>
+          <prop oor:name="ExportHiddenSlides" oor:type="xs:boolean" oor:nillable="false">
+            <info>
+              <desc>Specifies if hidden slides are exported to PDF. (Hidden slides
+              are available in Impress documents only).</desc>
+            </info>
+            <value>false</value>
+          </prop>
           <prop oor:name="ExportFormFields" oor:type="xs:boolean" oor:nillable="false">
             <info>
               <desc>Specifies whether form fields are exported as widgets or


More information about the Libreoffice-commits mailing list