summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_sch/AccDataSeries.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/_sch/AccDataSeries.java
parentjava: no need to sleep quite so often (diff)
downloadcore-4bf4e3d40778051f1f886c47dd2b2bef82acf1e5.tar.gz
core-4bf4e3d40778051f1f886c47dd2b2bef82acf1e5.zip
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/_sch/AccDataSeries.java')
-rw-r--r--qadevOOo/tests/java/mod/_sch/AccDataSeries.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sch/AccDataSeries.java b/qadevOOo/tests/java/mod/_sch/AccDataSeries.java
index dbb3b05dfdbb..57d8cbbf3466 100644
--- a/qadevOOo/tests/java/mod/_sch/AccDataSeries.java
+++ b/qadevOOo/tests/java/mod/_sch/AccDataSeries.java
@@ -61,8 +61,6 @@ public class AccDataSeries extends TestCase {
XModel aModel = UnoRuntime.queryInterface(XModel.class, xChartDoc);
- new AccessibilityTools();
-
XWindow xWindow = AccessibilityTools.getCurrentWindow(aModel);
XAccessible xRoot = AccessibilityTools.getAccessibleObject(xWindow);