From b54f7fd93cc300fedac2f1b007dfc4e6a704b515 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 10 Jul 2020 12:05:59 +0200 Subject: 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 --- .../schema/org/openoffice/Office/Common.xcs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 @@ 1 + + + + + + Specifies if the graphic background is stored as + transparent. + + + + + No transparency + + + + + Transparency + + + + 1 + -- cgit