From 2ce25faffd3ac3767aa52f8d7c71591d9043e3ad Mon Sep 17 00:00:00 2001 From: Philipp Riemer Date: Mon, 6 May 2013 20:07:23 +0200 Subject: fix typos (wich instead of which) --- javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javaunohelper/com') 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 -- cgit