diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-05 13:56:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-05 14:55:14 +0200 |
commit | dfcb982ae8810e22204bc15fd7c119a903900a53 (patch) | |
tree | c5accc2d5dbe9726004f14928f788677c16d1eb6 /qadevOOo | |
parent | e7e0d46dba7b1016968a133330bca23a4bf668ec (diff) |
java:no need to explicitly create these constructors
the compiler will do it for you
Change-Id: I770670e70a43664a87ce28b48fc822d891d8fb41
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/helper/WindowListener.java | 6 | ||||
-rw-r--r-- | qadevOOo/runner/util/DBTools.java | 7 |
2 files changed, 0 insertions, 13 deletions
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. |