summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-06 08:55:09 +0200
committerNoel Grandin <noel@peralex.com>2014-08-12 09:41:28 +0200
commit0477e6c39b7ce8b7f6560fbf222c19fe4f358dc8 (patch)
tree218eba20dd23c6a865cf01aa7532bf1261a69bc8 /qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
parente2e55a7c49079dfd896da6515b98d451e4c8735b (diff)
java: add @Override annotation to overriding methods
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
Diffstat (limited to 'qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java')
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
index cfd8853f6433..07340ad82f3c 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleButton.java
@@ -83,6 +83,7 @@ public class AccessibleButton extends lib.TestCase {
* window) and finds accessible button 'OK' walking through the
* accessible component tree.
*/
+ @Override
protected TestEnvironment createTestEnvironment(TestParameters Param,
PrintWriter log) {
XInterface oObj = null;
@@ -158,6 +159,7 @@ public class AccessibleButton extends lib.TestCase {
* Closes the dialog using accessible button 'OK' found in
* <code>createTestEnvironment()</code>.
*/
+ @Override
protected void cleanup(TestParameters Param, PrintWriter log) {
log.println(" disposing xTextDoc ");
@@ -175,6 +177,7 @@ public class AccessibleButton extends lib.TestCase {
/**
* Opens new writer document.
*/
+ @Override
protected void initialize(TestParameters Param, PrintWriter log) {
try {
SOfficeFactory SOF = SOfficeFactory.getFactory(
@@ -198,6 +201,7 @@ public class AccessibleButton extends lib.TestCase {
this.msf = msf;
}
+ @Override
public void run() {
XModel aModel = UnoRuntime.queryInterface(XModel.class,
xTextDoc);