summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridges/test/java_uno/any/TestAny.java6
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/AWeakBase.java4
-rw-r--r--qadevOOo/runner/helper/WindowListener.java6
-rw-r--r--qadevOOo/runner/util/DBTools.java7
4 files changed, 0 insertions, 23 deletions
diff --git a/bridges/test/java_uno/any/TestAny.java b/bridges/test/java_uno/any/TestAny.java
index 1e1f066dde06..dcc77fd5c2fb 100644
--- a/bridges/test/java_uno/any/TestAny.java
+++ b/bridges/test/java_uno/any/TestAny.java
@@ -2210,7 +2210,6 @@ final class TestAny {
}
private static class BaseException extends com.sun.star.uno.Exception {
- public BaseException() {}
@Override
public boolean equals(Object obj) {
@@ -2219,7 +2218,6 @@ final class TestAny {
}
private static class DerivedException extends BaseException {
- public DerivedException() {}
@Override
public boolean equals(Object obj) {
@@ -2230,8 +2228,6 @@ final class TestAny {
private static class BaseRuntimeException
extends com.sun.star.uno.RuntimeException
{
- public BaseRuntimeException() {}
-
@Override
public boolean equals(Object obj) {
return obj != null
@@ -2241,8 +2237,6 @@ final class TestAny {
private static class DerivedRuntimeException extends BaseRuntimeException
{
- public DerivedRuntimeException() {}
-
@Override
public boolean equals(Object obj) {
return obj != null
diff --git a/javaunohelper/test/com/sun/star/lib/uno/helper/AWeakBase.java b/javaunohelper/test/com/sun/star/lib/uno/helper/AWeakBase.java
index 6f8d415e0337..42ef8b1e00de 100644
--- a/javaunohelper/test/com/sun/star/lib/uno/helper/AWeakBase.java
+++ b/javaunohelper/test/com/sun/star/lib/uno/helper/AWeakBase.java
@@ -24,10 +24,6 @@ public class AWeakBase extends WeakBase implements XEventListener
{
public int nDisposingCalled= 0;
- public AWeakBase()
- {
- }
-
public void disposing(com.sun.star.lang.EventObject eventObject)
{
nDisposingCalled++;
diff --git a/qadevOOo/runner/helper/WindowListener.java b/qadevOOo/runner/helper/WindowListener.java
index 6efd454fdb8e..710bda794f89 100644
--- a/qadevOOo/runner/helper/WindowListener.java
+++ b/qadevOOo/runner/helper/WindowListener.java
@@ -24,12 +24,6 @@ package helper;
public class WindowListener implements com.sun.star.awt.XWindowListener {
/**
- * Creates a new WindowListener
- */
- public WindowListener() {
- }
-
- /**
* The window hidden event
*/
public void windowHidden(com.sun.star.lang.EventObject eventObject) {
diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java
index 69a460b66a22..685ce2cdd4ce 100644
--- a/qadevOOo/runner/util/DBTools.java
+++ b/qadevOOo/runner/util/DBTools.java
@@ -123,13 +123,6 @@ public class DBTools {
private String[] TableFilter = null ;
/**
- * Creates an empty instance.
- */
- public DataSourceInfo()
- {
- }
-
- /**
* Creates new <code>com.sun.star.sdb.DataSource</code> service
* instance and copies all fields (which are not null) to
* appropriate service properties.