summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2021-01-06 09:22:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-01-06 09:10:40 +0100
commitd0f6c9f924fdbeed4c466e3a6eff7d6980ebc659 (patch)
tree0a6b7c6daa25ae1f83b910a38cbfcead485537c5
parent8373d6b1dd1096d3ce1d1f1d3845b6061c365fab (diff)
exclude more tests for non-default DPI
Change-Id: I411c70069273889821de96f2f2cea46d8f11da9d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108830 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--sc/qa/unit/scshapetest.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/qa/unit/scshapetest.cxx b/sc/qa/unit/scshapetest.cxx
index fc5557cdc1f8..64f3416c0264 100644
--- a/sc/qa/unit/scshapetest.cxx
+++ b/sc/qa/unit/scshapetest.cxx
@@ -337,6 +337,9 @@ void ScShapeTest::testTdf137033_RotShear_Hide()
#if !defined MACOSX
void ScShapeTest::testTdf137576_LogicRectInDefaultMeasureline()
{
+ if (!IsDefaultDPI())
+ return;
+
// Error was, that the empty logical rectangle of a default measure line (Ctrl+Click)
// resulted in zeros in NonRotatedAnchor and a wrong position when reloading.