summaryrefslogtreecommitdiff
path: root/javaunohelper
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper')
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/AWeakBase.java4
1 files changed, 0 insertions, 4 deletions
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++;