summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sch/AccLegend.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-08 14:53:00 +0200
committerNoel Grandin <noel@peralex.com>2014-08-11 12:33:02 +0200
commit41709cc2688738f091a4b17839fe853caa5a0bfd (patch)
tree2e12ca2d594ce6767146c25862869ab7e9d2bc14 /qadevOOo/tests/java/mod/_sch/AccLegend.java
parent2b9ad46b23fdb39cd456cdc543cce346c6f325c3 (diff)
java: remove unused parameters
Change-Id: I47c618117e079bb2ef90d92c449c8166ea957fa5
Diffstat (limited to 'qadevOOo/tests/java/mod/_sch/AccLegend.java')
-rw-r--r--qadevOOo/tests/java/mod/_sch/AccLegend.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sch/AccLegend.java b/qadevOOo/tests/java/mod/_sch/AccLegend.java
index 5ca79a582cda..539f27b08ecc 100644
--- a/qadevOOo/tests/java/mod/_sch/AccLegend.java
+++ b/qadevOOo/tests/java/mod/_sch/AccLegend.java
@@ -49,7 +49,7 @@ public class AccLegend extends TestCase {
SOfficeFactory SOF = SOfficeFactory.getFactory( Param.getMSF());
try {
log.println( "creating a chartdocument" );
- xChartDoc = SOF.createChartDoc(null);
+ xChartDoc = SOF.createChartDoc();
} catch (com.sun.star.uno.Exception e) {
// Some exception occurs.FAILED
e.printStackTrace( log );
@@ -62,7 +62,7 @@ public class AccLegend extends TestCase {
new AccessibilityTools();
- XWindow xWindow = AccessibilityTools.getCurrentWindow(Param.getMSF(), aModel);
+ XWindow xWindow = AccessibilityTools.getCurrentWindow(aModel);
XAccessible xRoot = AccessibilityTools.getAccessibleObject(xWindow);
XAccessibleContext cont = AccessibilityTools.getAccessibleObjectForRole(