summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-07-10 12:05:59 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-07-13 02:54:32 +0200
commitbba303dd74f88fc1720b3ae000f5fa0fd54ded84 (patch)
tree156682e34b7b74a249835a5d09e87e189475ecee /officecfg
parentd66e9c4680e86a0e2afe2606869db91d7159345e (diff)
tdf#67560: PNG export option Save transparency not remembered
Change-Id: I61198987f311ea090b1d28491063acb9c399f59d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98457 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs22
1 files changed, 22 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index ffe91a4d3c8e..3d5fc1e8d7dd 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>