diff options
author | Pedro Giffuni <pfg@apache.org> | 2012-12-22 00:16:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-07 16:07:53 +0100 |
commit | efb6d8211d3ddb1b42c51400c7cadd57a0dfca4f (patch) | |
tree | 0ef9a9aceb773780220ae30164ee5c068e4c674c /qadevOOo | |
parent | 55ff402fa24bcf9478e7fde94f2ab57c2223b7f7 (diff) |
Fix some typos found by Noel Grandin
(cherry picked from commit 9271c50c2d02b708cbe274568c455ff900595884)
Conflicts:
qadevOOo/runner/lib/Status.java
qadevOOo/runner/util/PropertyName.java
Change-Id: I6157d7e4da5eeb85f3b748ab70cc6528b3d061a2
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/helper/PropertyHandlerImpl.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/helper/PropertyHandlerImpl.java b/qadevOOo/runner/helper/PropertyHandlerImpl.java index 423ca4354684..1bec1ef5cb27 100644 --- a/qadevOOo/runner/helper/PropertyHandlerImpl.java +++ b/qadevOOo/runner/helper/PropertyHandlerImpl.java @@ -62,7 +62,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{ } /** - * This method currently do nothig + * This method currently does nothing * @param xPropertyChangeListener the listener to notify about property changes * @throws com.sun.star.lang.NullPointerException com::sun::star::lang::NullPointerException if the listener is NULL */ @@ -157,7 +157,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{ } /** - * This method currently do nothig + * This method currently does nothing * @return null */ public com.sun.star.beans.Property[] getSupportedProperties() { @@ -206,7 +206,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{ } /** - * This method currently do nothig + * This method currently does nothing * @param xEventListener the listener to be revoked */ public void removeEventListener(com.sun.star.lang.XEventListener xEventListener) { |