diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-05 23:39:23 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-07-18 12:49:03 +0200 |
commit | 563fe60878c2ad3289c5bdcd7d8647aea4280129 (patch) | |
tree | 24c6191c4986fa094a0945d5555bd36dc56922ac /javaunohelper | |
parent | 480ac84f2f5049fb4337b36f12fd6796e005761b (diff) |
Fix typos
Change-Id: I5195d13b351c0eebad1eae901f7ce8408a9e5c92
Reviewed-on: https://gerrit.libreoffice.org/57028
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
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 ce33f529d45a..75eb4f5d4763 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java @@ -256,7 +256,7 @@ XMultiPropertySet * then the argument <em>id</em> has to be a String that equals the name of * the member variable that holds the Property's value. * Override this method if you want to implement your own mapping from Property objects to ids or - * if you need ids of a type other then String. + * if you need ids of a type other than String. * Then you also need to override {@link #initMappings initMappings} and {@link #getPropertyId getPropertyId}. * @param prop The Property object that is being assigned an id. * @param id The object which identifies the storage used for the property's value. |