diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-19 23:03:15 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-20 04:17:41 +0200 |
commit | 85b1d47450fa33f772d06353c4dad8da4d22f114 (patch) | |
tree | 5badf194e913742fd812cd3296703df5815eb2e5 /javaunohelper | |
parent | 7a98a2c69d0fc747e6d7f813c591b5bf79aa8d7d (diff) |
Fix typos
Change-Id: Icefd5a9e2a8bd929caa486c4cf3283925237d707
Reviewed-on: https://gerrit.libreoffice.org/75980
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 * <p> * The method handles Any arguments the same as Object arguments. That is, the <em>setVal</em> 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 <em>setVal</em> 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 |