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 --- javaunohelper/test/com/sun/star/lib/uno/helper/AWeakBase.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'javaunohelper/test') 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++; -- cgit