summaryrefslogtreecommitdiff
path: root/sw/qa/complex/indeterminateState/CheckIndeterminateState.java
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/complex/indeterminateState/CheckIndeterminateState.java')
-rw-r--r--sw/qa/complex/indeterminateState/CheckIndeterminateState.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/qa/complex/indeterminateState/CheckIndeterminateState.java b/sw/qa/complex/indeterminateState/CheckIndeterminateState.java
index 68f1d0a232ab..c76c1364b607 100644
--- a/sw/qa/complex/indeterminateState/CheckIndeterminateState.java
+++ b/sw/qa/complex/indeterminateState/CheckIndeterminateState.java
@@ -70,10 +70,10 @@ public class CheckIndeterminateState {
XInterface oObj = null;
AccessibilityTools at = new AccessibilityTools();
- XWindow xWindow = at.getCurrentContainerWindow(getFactory(), aModel);
- XAccessible xRoot = at.getAccessibleObject(xWindow);
+ XWindow xWindow = AccessibilityTools.getCurrentContainerWindow(getFactory(), aModel);
+ XAccessible xRoot = AccessibilityTools.getAccessibleObject(xWindow);
- oObj = at.getAccessibleObjectForRole(xRoot,
+ oObj = AccessibilityTools.getAccessibleObjectForRole(xRoot,
AccessibleRole.TOGGLE_BUTTON, "Bold");
assertNotNull("Found a TOGGLE_BUTTON", oObj);