summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/UITools.java
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2014-11-10 15:05:25 +0100
committerNoel Grandin <noelgrandin@gmail.com>2014-11-12 11:04:11 +0000
commitda40cac540e7d735edbe9069b3c8ec6af4530208 (patch)
treef2abda7281129e13f588c77b18780a7090c8405f /qadevOOo/runner/util/UITools.java
parentbb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff)
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'qadevOOo/runner/util/UITools.java')
-rw-r--r--qadevOOo/runner/util/UITools.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/util/UITools.java b/qadevOOo/runner/util/UITools.java
index f3aea0610dbe..073b7493dde3 100644
--- a/qadevOOo/runner/util/UITools.java
+++ b/qadevOOo/runner/util/UITools.java
@@ -113,7 +113,7 @@ public class UITools {
/**
* returns the button by the given name
- * @param buttonName is name name of the button to get
+ * @param buttonName is the name of the button to get
* @return a XAccessibleContext of the button
* @throws java.lang.Exception if something fail
*/
@@ -125,7 +125,7 @@ public class UITools {
/**
* Helper method: gets button via accessibility and 'click' it</code>
- * @param buttonName is name name of the button to click
+ * @param buttonName is the name of the button to click
* @throws java.lang.Exception if something fail
*/
public void clickButton(String buttonName) throws java.lang.Exception
@@ -261,4 +261,4 @@ public class UITools {
AccessibilityTools.printAccessibleTree(log, mXRoot, debugIsActive);
}
-} \ No newline at end of file
+}