From 9956b99e68c45a82015766873b4b7f581462bef2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 30 Sep 2015 13:00:15 +0200 Subject: Fix typos Change-Id: I44bdb63bef76e9686e995661a24a3bef7cd50ab7 Reviewed-on: https://gerrit.libreoffice.org/18959 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'javaunohelper/com/sun') diff --git a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java index ed82d92a4870..327995824c42 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java @@ -303,7 +303,7 @@ XMultiPropertySet // Create an event with this as sender EventObject aEvt= new EventObject(this); - // inform all listeners to reelease this object + // inform all listeners to release this object aBoundLC.disposeAndClear(aEvt); aVetoableLC.disposeAndClear(aEvt); } @@ -653,7 +653,7 @@ XMultiPropertySet { // Parameter setVal is not an Any. We need to construct an Any that contains // the argument setVal. - // If setVal is an interface implementation then, we cannot constuct the + // If setVal is an interface implementation then, we cannot construct the // Any with setVal.getClass(), because the Any.Type._typeClass would be TypeClass.UNKNOWN. // We try to get an XInterface of setVal and set an XInterface type. if (setVal instanceof XInterface) -- cgit