[Libreoffice-commits] core.git: officecfg/registry

Caolán McNamara caolanm at redhat.com
Thu May 4 11:29:11 UTC 2017


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

New commits:
commit 651169f85640c9d15381c424dfe0ed5cd93e58ee
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

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 82493f46a99a..7bad088a2d5b 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5136,6 +5136,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