summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorRobert Antoni Buj i Gelonch <robert.buj@gmail.com>2014-10-12 13:34:41 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-10-12 15:47:20 +0000
commit1610356e79516711b1db98778b4c6a18bda49104 (patch)
treeceb740648695c6d02327f50b186a9925707e9ae6 /qadevOOo
parent268f4d179c50bc0c1fb09cdb3ce048da1f575dbc (diff)
runner: remove import from java.lang Package
Change-Id: Iedad24dfbdd60a05a09888f699f2467960f5cbe9 Reviewed-on: https://gerrit.libreoffice.org/11933 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/util/utils.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java
index 775ed23dbe24..3fe4f2b64e5a 100644
--- a/qadevOOo/runner/util/utils.java
+++ b/qadevOOo/runner/util/utils.java
@@ -22,7 +22,6 @@ import com.sun.star.frame.XDispatch;
import com.sun.star.frame.XDispatchProvider;
import com.sun.star.frame.XModel;
import com.sun.star.lang.XComponent;
-import java.lang.System;
import java.util.StringTokenizer;
import java.io.*;
import java.util.ArrayList;