summaryrefslogtreecommitdiff
path: root/javaunohelper/test/com
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper/test/com')
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test.java5
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/ProxyProvider.java4
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/WeakBase_Test.java5
3 files changed, 0 insertions, 14 deletions
diff --git a/javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test.java b/javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test.java
index 8653af4e03be..6893bd19e57f 100644
--- a/javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test.java
+++ b/javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test.java
@@ -37,11 +37,6 @@ import com.sun.star.beans.XPropertiesChangeListener;
public class PropertySet_Test
{
- /** Creates a new instance of PropertySet_Test */
- public PropertySet_Test()
- {
- }
-
public boolean convertPropertyValue()
{
System.out.println("PropertySet.convertPropertyValue");
diff --git a/javaunohelper/test/com/sun/star/lib/uno/helper/ProxyProvider.java b/javaunohelper/test/com/sun/star/lib/uno/helper/ProxyProvider.java
index f5b5872d0c65..9a67b2049f5c 100644
--- a/javaunohelper/test/com/sun/star/lib/uno/helper/ProxyProvider.java
+++ b/javaunohelper/test/com/sun/star/lib/uno/helper/ProxyProvider.java
@@ -29,10 +29,6 @@ public class ProxyProvider
{
static java_environment env= new java_environment(null);
- /** Creates a new instance of ProxyProvider */
- public ProxyProvider()
- {
- }
/** returns Holder proxy objects for the specified interface. If the method is called
* several times with the same arguments then each time a new HolderProxy is returned.
* Then all HolderProxy s refer to the same Proxy object.
diff --git a/javaunohelper/test/com/sun/star/lib/uno/helper/WeakBase_Test.java b/javaunohelper/test/com/sun/star/lib/uno/helper/WeakBase_Test.java
index 81806f6b94ac..3d36c763b10a 100644
--- a/javaunohelper/test/com/sun/star/lib/uno/helper/WeakBase_Test.java
+++ b/javaunohelper/test/com/sun/star/lib/uno/helper/WeakBase_Test.java
@@ -27,11 +27,6 @@ import com.sun.star.uno.XAdapter;
public class WeakBase_Test
{
- /** Creates a new instance of WeakBase_Test */
- public WeakBase_Test()
- {
- }
-
public boolean getTypes()
{
System.out.println("Testing WeakBase.getTypes");