[Libreoffice-commits] core.git: chart2/qa framework/qa odk/examples qadevOOo/runner qadevOOo/tests
Noel Grandin
noel at peralex.com
Wed Dec 10 00:07:10 PST 2014
chart2/qa/TestCaseOldAPI.java | 1 -
framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java | 1 -
framework/qa/complex/api_internal/CheckAPI.java | 1 -
odk/examples/DevelopersGuide/UCB/MyInputStream.java | 1 -
qadevOOo/runner/convwatch/ConvWatchStarter.java | 1 -
qadevOOo/runner/convwatch/DocumentConverter.java | 1 -
qadevOOo/runner/convwatch/ReferenceBuilder.java | 1 -
qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java | 1 -
8 files changed, 8 deletions(-)
New commits:
commit ffffc526e3d6529567694d96a5877d9c63e8e48d
Author: Noel Grandin <noel at peralex.com>
Date: Tue Dec 9 15:52:22 2014 +0200
java: remove comment noise
Change-Id: If6347197ff4436b4edd06e6e62d8e8e6fe1d4db6
Reviewed-on: https://gerrit.libreoffice.org/13408
Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
Tested-by: Noel Grandin <noelgrandin at gmail.com>
diff --git a/chart2/qa/TestCaseOldAPI.java b/chart2/qa/TestCaseOldAPI.java
index 6c1366a..e58a045 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 4a80402..a5226e0 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 3a900e9..e3ffa8b 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 d2e154a..89c0927 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 520f850..d6a4cca 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 00df1ed..a3d930d 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 7c9f1cf..2c4bc37 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 11def39..7465b01 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;
More information about the Libreoffice-commits
mailing list