From dfcb982ae8810e22204bc15fd7c119a903900a53 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Nov 2015 13:56:05 +0200 Subject: java:no need to explicitly create these constructors the compiler will do it for you Change-Id: I770670e70a43664a87ce28b48fc822d891d8fb41 --- qadevOOo/runner/helper/WindowListener.java | 6 ------ qadevOOo/runner/util/DBTools.java | 7 ------- 2 files changed, 13 deletions(-) (limited to 'qadevOOo/runner') 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 @@ -23,12 +23,6 @@ package helper; */ public class WindowListener implements com.sun.star.awt.XWindowListener { - /** - * Creates a new WindowListener - */ - public WindowListener() { - } - /** * The window hidden event */ 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 @@ -122,13 +122,6 @@ public class DBTools { */ private String[] TableFilter = null ; - /** - * Creates an empty instance. - */ - public DataSourceInfo() - { - } - /** * Creates new com.sun.star.sdb.DataSource service * instance and copies all fields (which are not null) to -- cgit -3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas/Library_directx9canvas.mk
AgeCommit message (Expand)Author
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-04-24canvas: remove obsolete include pathsMichael Stahl
2013-04-05new module i18nlangtagEike Rathke