diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
commit | 2ce25faffd3ac3767aa52f8d7c71591d9043e3ad (patch) | |
tree | c43eb54c32924b919ad2ad7e653d0eaa47800d39 /javaunohelper | |
parent | 928d86d8a26af86d19b1c1cbcbb512494bf366dd (diff) |
fix typos (wich instead of which)
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 cd8c51d682d1..372354e1f58b 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java @@ -860,7 +860,7 @@ XMultiPropertySet * a XVetoableChangeListener is meant. For XPropertyChangeListener and XPropertiesChangeListener * it is to be set to false. * - * @param properties Properties wich will be or have been affected. + * @param properties Properties which will be or have been affected. * @param newValues the new values of the properties. * @param oldValues the old values of the properties. * @param bVetoable true means fire to VetoableChangeListener, false means fire to |