summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svx/AccessibleShape.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_svx/AccessibleShape.java')
-rw-r--r--qadevOOo/tests/java/mod/_svx/AccessibleShape.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_svx/AccessibleShape.java b/qadevOOo/tests/java/mod/_svx/AccessibleShape.java
index 683a1bb5a3bc..f7a9c2387396 100644
--- a/qadevOOo/tests/java/mod/_svx/AccessibleShape.java
+++ b/qadevOOo/tests/java/mod/_svx/AccessibleShape.java
@@ -86,14 +86,14 @@ public class AccessibleShape extends TestCase {
AccessibilityTools at = new AccessibilityTools();
- XWindow xWindow = at.getCurrentWindow ((XMultiServiceFactory)tParam.getMSF(),aModel);
- XAccessible xRoot = at.getAccessibleObject(xWindow);
+ XWindow xWindow = AccessibilityTools.getCurrentWindow ((XMultiServiceFactory)tParam.getMSF(),aModel);
+ XAccessible xRoot = AccessibilityTools.getAccessibleObject(xWindow);
- at.printAccessibleTree(log, xRoot, tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE));
+ AccessibilityTools.printAccessibleTree(log, xRoot, tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE));
// oObj = at.getAccessibleObjectForRole
// (xRoot, AccessibleRole.SHAPE, "Rectangle");
- oObj = at.getAccessibleObjectForRole(xRoot, AccessibleRole.UNKNOWN, "Rectangle");
+ oObj = AccessibilityTools.getAccessibleObjectForRole(xRoot, AccessibleRole.UNKNOWN, "Rectangle");
// create test environment here
TestEnvironment tEnv = new TestEnvironment( oObj );