diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/SVGExportTests.cxx | 2 |
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); } |