summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/qa/TestCaseOldAPI.java1
-rw-r--r--framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java1
-rw-r--r--framework/qa/complex/api_internal/CheckAPI.java1
-rw-r--r--odk/examples/DevelopersGuide/UCB/MyInputStream.java1
-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
8 files changed, 0 insertions, 8 deletions
diff --git a/chart2/qa/TestCaseOldAPI.java b/chart2/qa/TestCaseOldAPI.java
index 6c1366a1d168..e58a045e22ca 100644
--- a/chart2/qa/TestCaseOldAPI.java
+++ b/chart2/qa/TestCaseOldAPI.java
@@ -19,7 +19,6 @@
// package name: as default, start with complex
package qa;
-// imports
import complexlib.ComplexTestCase;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.Type;
diff --git a/framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java b/framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java
index 4a804028f3d2..a5226e0e4199 100644
--- a/framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java
+++ b/framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java
@@ -17,7 +17,6 @@
*/
package complex.accelerators;
-// imports
import com.sun.star.awt.KeyEvent;
import com.sun.star.beans.PropertyValue;
import com.sun.star.beans.XPropertySet;
diff --git a/framework/qa/complex/api_internal/CheckAPI.java b/framework/qa/complex/api_internal/CheckAPI.java
index 3a900e9d1627..e3ffa8bd584b 100644
--- a/framework/qa/complex/api_internal/CheckAPI.java
+++ b/framework/qa/complex/api_internal/CheckAPI.java
@@ -17,7 +17,6 @@
*/
package complex.api_internal;
-// imports
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
diff --git a/odk/examples/DevelopersGuide/UCB/MyInputStream.java b/odk/examples/DevelopersGuide/UCB/MyInputStream.java
index d2e154aaea05..89c092706c4b 100644
--- a/odk/examples/DevelopersGuide/UCB/MyInputStream.java
+++ b/odk/examples/DevelopersGuide/UCB/MyInputStream.java
@@ -32,7 +32,6 @@
*
*************************************************************************/
-// imports
import com.sun.star.io.BufferSizeExceededException;
import com.sun.star.io.NotConnectedException;
import com.sun.star.io.XInputStream;
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;