From 85b1d47450fa33f772d06353c4dad8da4d22f114 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 19 Jul 2019 23:03:15 +0200 Subject: Fix typos Change-Id: Icefd5a9e2a8bd929caa486c4cf3283925237d707 Reviewed-on: https://gerrit.libreoffice.org/75980 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javaunohelper') diff --git a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java index 1b1c4b97dde4..de7343643c54 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java @@ -588,7 +588,7 @@ XMultiPropertySet *

* The method handles Any arguments the same as Object arguments. That is, the setVal argument can * be a java.lang.Boolean or a com.sun.star.uno.Any containing a java.lang.Boolean. Likewise, a member - * containing a property value can be a com.sun.star.uno.Any or an java.lang.Object. + * containing a property value can be a com.sun.star.uno.Any or a java.lang.Object. * Then, no conversion is necessary, since they can hold all possible values. However, if * the member is an Object and setVal is an Any then the object contained in the any is assigned to * the member. The extra type information which exists as Type object in the Any will get lost. If this is not -- cgit v1.2.3