[Libreoffice-commits] core.git: framework/qa qadevOOo/runner
Pedro Giffuni
pfg at apache.org
Fri Jun 7 08:12:14 PDT 2013
framework/qa/complex/framework/recovery/RecoveryTest.java | 2 +-
qadevOOo/runner/helper/PropertyHandlerImpl.java | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit efb6d8211d3ddb1b42c51400c7cadd57a0dfca4f
Author: Pedro Giffuni <pfg at apache.org>
Date: Sat Dec 22 00:16:48 2012 +0000
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
diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java
index 39e58b8..26da196 100644
--- a/framework/qa/complex/framework/recovery/RecoveryTest.java
+++ b/framework/qa/complex/framework/recovery/RecoveryTest.java
@@ -409,7 +409,7 @@ public class RecoveryTest extends ComplexTestCase {
/**
* This function uses accessibility to handle the dialog "Are you sure".
- * It cklick "Yes" or "No", dependend on the value of the parameter <CODE>Yes</CODE>
+ * It click "Yes" or "No", dependend on the value of the parameter <CODE>Yes</CODE>
* @param yes If value is <CODE>TRUE</CODE> the button "Yes" was clicked, otherwise the button
* "No".
*/
diff --git a/qadevOOo/runner/helper/PropertyHandlerImpl.java b/qadevOOo/runner/helper/PropertyHandlerImpl.java
index 423ca43..1bec1ef 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) {
More information about the Libreoffice-commits
mailing list