summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2021-03-15 12:17:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-03-15 13:25:20 +0100
commitfcc022ca9c8e93f045f7bed7bf9b672f55e741b5 (patch)
tree77c9d262c86f9b460f9c9bb6fb1c277ada254ca2 /sw
parent4927e8277d0a9740c0d52015bbcb8571081b721c (diff)
mark some more tests failing on non-default dpi
Change-Id: I72713695d39ae188fa4f1fc13354f6bb4aeec8ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112489 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport16.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx
index 319695655fcb..6338931f9ec3 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx
@@ -159,6 +159,8 @@ DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testTdf140572_docDefault_superscript, "tdf14
DECLARE_OOXMLEXPORT_TEST(testTdf136841, "tdf136841.docx")
{
+ if (!IsDefaultDPI())
+ return;
uno::Reference<drawing::XShape> image = getShape(1);
uno::Reference<beans::XPropertySet> imageProperties(image, uno::UNO_QUERY);
uno::Reference<graphic::XGraphic> graphic;