summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorColomban Wendling <cwendling@hypra.fr>2022-03-17 11:18:12 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-05-10 16:13:03 +0200
commit920558267bbd1e91e1639dd854beb8d56fc7b5c3 (patch)
tree4e0b6784b2d36dcafe742ea9d9e2734eb558f427 /qadevOOo
parentcdf70b909910974cad49a5c4372d2682209cc831 (diff)
qa: Fix occlusion check coordinates in _XAccessibleComponent.java
This could erroneously skip a check because the child was erroneously deemed obscured by another object. Change-Id: I67d76ea272874671ae328266bdbdeb037c0dc625 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133842 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
index 574b4763bac5..52dad680183e 100644
--- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
+++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
@@ -265,7 +265,7 @@ public class _XAccessibleComponent extends MultiMethodTest {
chBnd.Y + curY));
- Point p = new Point(chBnd.X + curX,chBnd.X + curX);
+ Point p = new Point(chBnd.X + curX,chBnd.Y + curY);
if (isCovered(p)) {
log.println(