summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2021-01-11 10:28:57 +0100
committerMarco Cecchetti <marco.cecchetti@collabora.com>2021-01-26 17:56:49 +0100
commitfd84bce804279b881099a7c0d44136d75d015ca1 (patch)
treecfc808f7f53ff24cae64f0f1d2e7c1fd40acab4b /sd
parente5e9ddbf5ecf5a11d83fae1a1ee94ac8c35e7cb9 (diff)
filter: svg: slide with a custom background are not exported correctly
When a slide has a custom background, the background overlaps any master page object: text fields, shapes, ... Change-Id: Icc410617760502fa4092cfe248155b3e20906abb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109089 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Marco Cecchetti <marco.cecchetti@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109867 Tested-by: Jenkins
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/SVGExportTests.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/SVGExportTests.cxx b/sd/qa/unit/SVGExportTests.cxx
index 5e0d7757ae4c..d8b828c9bd76 100644
--- a/sd/qa/unit/SVGExportTests.cxx
+++ b/sd/qa/unit/SVGExportTests.cxx
@@ -122,7 +122,7 @@ public:
// There should be only one child (no link to javascript url)
assertXPathChildren(svgDoc,
SAL_STRINGIFY(/ SVG_SVG / SVG_G[2] / SVG_G / SVG_G / SVG_G / SVG_G
- / SVG_G[4] / SVG_G),
+ / SVG_G[3] / SVG_G),
1);
}