summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-09 15:52:22 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-12-10 08:06:38 +0000
commitffffc526e3d6529567694d96a5877d9c63e8e48d (patch)
tree0756646cd88d1179b41422d32de996940af0c9a1 /qadevOOo
parent9711dccd7fae3e3e77dc2d2018bdb8cdbf85309c (diff)
java: remove comment noise
Change-Id: If6347197ff4436b4edd06e6e62d8e8e6fe1d4db6 Reviewed-on: https://gerrit.libreoffice.org/13408 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/convwatch/ConvWatchStarter.java1
-rw-r--r--qadevOOo/runner/convwatch/DocumentConverter.java1
-rw-r--r--qadevOOo/runner/convwatch/ReferenceBuilder.java1
-rw-r--r--qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java1
4 files changed, 0 insertions, 4 deletions
diff --git a/qadevOOo/runner/convwatch/ConvWatchStarter.java b/qadevOOo/runner/convwatch/ConvWatchStarter.java
index 520f85079ca9..d6a4cca1e1aa 100644
--- a/qadevOOo/runner/convwatch/ConvWatchStarter.java
+++ b/qadevOOo/runner/convwatch/ConvWatchStarter.java
@@ -18,7 +18,6 @@
package convwatch;
-// imports
import java.util.ArrayList;
import java.io.File;
import java.io.FileFilter;
diff --git a/qadevOOo/runner/convwatch/DocumentConverter.java b/qadevOOo/runner/convwatch/DocumentConverter.java
index 00df1ed351b9..a3d930de91ea 100644
--- a/qadevOOo/runner/convwatch/DocumentConverter.java
+++ b/qadevOOo/runner/convwatch/DocumentConverter.java
@@ -18,7 +18,6 @@
package convwatch;
-// imports
import java.io.File;
import java.io.FileFilter;
import java.util.ArrayList;
diff --git a/qadevOOo/runner/convwatch/ReferenceBuilder.java b/qadevOOo/runner/convwatch/ReferenceBuilder.java
index 7c9f1cfecae0..2c4bc37a64cd 100644
--- a/qadevOOo/runner/convwatch/ReferenceBuilder.java
+++ b/qadevOOo/runner/convwatch/ReferenceBuilder.java
@@ -18,7 +18,6 @@
package convwatch;
-// imports
import java.io.File;
import java.io.FileFilter;
import com.sun.star.lang.XMultiServiceFactory;
diff --git a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
index 11def39b5fcc..7465b012ec0d 100644
--- a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
+++ b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
@@ -20,7 +20,6 @@
**/
package complex.unoapi;
-// imports
import base.java_complex;
import complexlib.ComplexTestCase;
import helper.OfficeProvider;