Kaydet (Commit) efb6d821 authored tarafından Pedro Giffuni's avatar Pedro Giffuni Kaydeden (comit) Caolán McNamara

Fix some typos found by Noel Grandin

(cherry picked from commit 9271c50c)

Conflicts:
	qadevOOo/runner/lib/Status.java
	qadevOOo/runner/util/PropertyName.java

Change-Id: I6157d7e4da5eeb85f3b748ab70cc6528b3d061a2
üst 55ff402f
......@@ -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".
*/
......
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment