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

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Fri Jul 10 11:25:33 UTC 2020


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

New commits:
commit b54f7fd93cc300fedac2f1b007dfc4e6a704b515
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Fri Jul 10 12:05:59 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jul 10 13:25:08 2020 +0200

    tdf#67560: PNG export option Save transparency not remembered
    
    Change-Id: I61198987f311ea090b1d28491063acb9c399f59d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98485
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 867c73bbb024..048f64ab3f18 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -4633,6 +4633,28 @@
               </constraints>
               <value>1</value>
             </prop>
+            <prop oor:name="Translucent" oor:type="xs:int" oor:nillable="false">
+              <!-- OldPath: PNG-EXPORT-TRANSLUCENT -->
+              <!-- OldLocation: fltopt.ini -->
+              <!-- UIHints: File  Export  Filetype  PNG-Portable Network Graphic -->
+              <info>
+                <desc>Specifies if the graphic background is stored as
+                transparent.</desc>
+              </info>
+              <constraints>
+                <enumeration oor:value="0">
+                  <info>
+                    <desc>No transparency</desc>
+                  </info>
+                </enumeration>
+                <enumeration oor:value="1">
+                  <info>
+                    <desc>Transparency</desc>
+                  </info>
+                </enumeration>
+              </constraints>
+              <value>1</value>
+            </prop>
           </group>
           <group oor:name="SVG">
             <info>


More information about the Libreoffice-commits mailing list