summaryrefslogtreecommitdiff
path: root/javaunohelper/test/com/sun/star/lib/uno/helper/AWeakBase.java
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper/test/com/sun/star/lib/uno/helper/AWeakBase.java')
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/AWeakBase.java8
1 files changed, 4 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 d44b91006f4b..262c13dcf7cc 100644
--- a/javaunohelper/test/com/sun/star/lib/uno/helper/AWeakBase.java
+++ b/javaunohelper/test/com/sun/star/lib/uno/helper/AWeakBase.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,19 +32,19 @@ import com.sun.star.lang.XEventListener;
public class AWeakBase extends WeakBase implements XEventListener
{
public int nDisposingCalled= 0;
-
+
public AWeakBase(int i)
{
}
public AWeakBase()
{
}
-
+
public void disposing(com.sun.star.lang.EventObject eventObject)
{
// System.out.println(getClass().getName() + " .disposing called");
nDisposingCalled++;
}
-
+
}