summaryrefslogtreecommitdiff
path: root/javaunohelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 13:00:15 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 11:03:11 +0000
commit9956b99e68c45a82015766873b4b7f581462bef2 (patch)
tree0dc1780f79d1e17f05efe5132e504c99b9c69dd7 /javaunohelper
parent3764f7435eb00053e04ea3e8f042fcfc5c7826f2 (diff)
Fix typos
Change-Id: I44bdb63bef76e9686e995661a24a3bef7cd50ab7 Reviewed-on: https://gerrit.libreoffice.org/18959 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'javaunohelper')
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/PropertySet.java4
1 files changed, 2 insertions, 2 deletions
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)