summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-18 13:32:37 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-11-24 20:45:17 +0000
commitfe095dada4e83129d49c8cc50501aa224d61e0f9 (patch)
treed351b1938c77c2640438dfc3427fabb8092baca3 /sfx2
parentdf633ac5487fd566fbf526808bb015112bd38e77 (diff)
java,qadev: remove unused parameters and local vars
Change-Id: Ifb9f9374051fe88dc4cd5a7a28b2c8c992ced873 Reviewed-on: https://gerrit.libreoffice.org/13097 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java b/sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java
index 754e0da1aa65..680afb7c0533 100644
--- a/sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java
+++ b/sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java
@@ -163,7 +163,7 @@ public class GlobalEventBroadcaster {
XTextDocument xTextDoc = wHelper.openFromDialog("private:factory/swriter?slot=21051", "", false);
shortWait();
XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, wHelper.getToolkit().getActiveTopWindow());
- UITools ut = new UITools(m_xMSF,xWindow);
+ UITools ut = new UITools(xWindow);
notifyEvents.clear();
System.out.println("pressing button 'New Document'");
try{