summaryrefslogtreecommitdiff
path: root/javaunohelper/test/com/sun/star/lib
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2002-10-21 10:23:24 +0000
committerJoachim Lingner <jl@openoffice.org>2002-10-21 10:23:24 +0000
commit909896e946338da7bebb51b865e0ac6fa8740cc0 (patch)
tree71d323720859f38022396ef4647d95e643642072 /javaunohelper/test/com/sun/star/lib
parent4ca0dd3ad0f76428b73e61f7e08b268dc5062d0c (diff)
#104357#
Diffstat (limited to 'javaunohelper/test/com/sun/star/lib')
-rw-r--r--javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test.java8
1 files changed, 4 insertions, 4 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 4f1a077879e8..2b07402642c5 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
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertySet_Test.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jl $ $Date: 2002-08-08 12:16:07 $
+ * last change: $Author: jl $ $Date: 2002-10-21 11:23:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -562,8 +562,8 @@ public class PropertySet_Test
r[i++]= cl.boolClassProp == null;
cl.propXWeakA.Attributes= PropertyAttribute.MAYBEVOID;
- cl.setPropertyValue("propXWeakA", null);
- r[i++]= isVoidAny(cl.getPropertyValue("propXWeakA"));
+ cl.setPropertyValue("PropXWeakA", null);
+ r[i++]= util.isVoidAny(cl.getPropertyValue("PropXWeakA"));
cl.propXWeakA.Attributes= 0;
cl.anyPropA= null;