From fcbacef83be114c5899982952549fc1e7815db48 Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Sat, 17 Mar 2018 18:20:10 +0100 Subject: OperationSmiley: Adapted TestDocument The OperationSmiley fix is about removing the old hack that for CustomShapes in top-left and bottom-right points were added. In the ScTiledRenderingTest::testGraphicInvalidate UnitTest using this document exactly that top-left wrong polygon was hit which is now no longer there. The used shape was an ellipse, so this makes a difference - there *is* no geometry in the top-left corner of this shape. To fix that, I exchanged the ellipe CustomShape with a rectangle CustomShape. That way, the old hit behaviour will be replicated. Change-Id: I4b96ad79ba91166f097207226577d34087625589 --- sc/qa/unit/tiledrendering/data/shape.ods | Bin 16283 -> 9170 bytes 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 sc/qa/unit/tiledrendering/data/shape.ods diff --git a/sc/qa/unit/tiledrendering/data/shape.ods b/sc/qa/unit/tiledrendering/data/shape.ods old mode 100644 new mode 100755 index d2525f13cfe4..36da8a70c1cd Binary files a/sc/qa/unit/tiledrendering/data/shape.ods and b/sc/qa/unit/tiledrendering/data/shape.ods differ -- cgit v1.2.3