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>
diff --git a/sc/qa/unit/scshapetest.cxx b/sc/qa/unit/scshapetest.cxx
index fc5557c..64f3416 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.