summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/accessibility
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 14:56:42 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 14:56:42 +0000
commit1ee7b0b35f744053fd34115fa9d906772c92ae5a (patch)
tree5f8b391c16606638599ba5b8ec22faf12a7768bb /qadevOOo/tests/java/ifc/accessibility
parent540fd9ffdbf8df9160f6a413719fa9850bef4519 (diff)
INTEGRATION: CWS sab008 (1.8.36); FILE MERGED
2004/03/02 14:59:36 sw 1.8.36.1: #115035#
Diffstat (limited to 'qadevOOo/tests/java/ifc/accessibility')
-rw-r--r--qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
index 2579f36eb0e4..72191e8dab19 100644
--- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
+++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XAccessibleComponent.java,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change:$Date: 2003-09-08 10:04:48 $
+ * last change:$Date: 2004-03-19 15:56:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -293,7 +293,7 @@ public class _XAccessibleComponent extends MultiMethodTest {
log.println("finding the point which lies on the component");
- int curX = chBnd.Width;
+ int curX = chBnd.Width / 2;
int curY = chBnd.Height / 2;
while (!children[i].containsPoint(new Point(curX, curY)) &&