summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-19 16:00:53 +0200
committerNoel Grandin <noel@peralex.com>2015-01-12 08:36:17 +0200
commit4bf4e3d40778051f1f886c47dd2b2bef82acf1e5 (patch)
treeaba474c9bd3b06154c1c480742a237f83ca7983f /qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java
parent40e48e81af597baca421630693d671130f774f57 (diff)
java: no need to instantiate the AccessibilityTools object
since all of it's methods and fields are static. Change-Id: Ia2b652969489c5a21e01a35cda65c6e84346aac0
Diffstat (limited to 'qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java')
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java b/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java
index 71178150c73f..5faa71a65272 100644
--- a/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java
+++ b/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java
@@ -192,8 +192,6 @@ public class AccessibleBrowseBoxHeaderCell extends TestCase {
throw new StatusException("Could not select Biblio-Database", ex);
}
- new AccessibilityTools();
-
XWindow xWindow = secondController.getFrame().getContainerWindow();
XAccessible xRoot = AccessibilityTools.getAccessibleObject(xWindow);