summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_toolkit/AccessibleList.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_toolkit/AccessibleList.java')
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleList.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleList.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleList.java
index 605b976c260a..9839db5ebeb7 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleList.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleList.java
@@ -62,6 +62,7 @@ public class AccessibleList extends TestCase {
* Then the TREE component is found and the 'New Document' tab is
* selected to make list box visible. After that list box is obtained.
*/
+ @Override
protected TestEnvironment createTestEnvironment(TestParameters Param,
PrintWriter log) {
XInterface oObj = null;
@@ -185,6 +186,7 @@ public class AccessibleList extends TestCase {
/**
* Closes dialog using action of button 'Close'
*/
+ @Override
protected void cleanup(TestParameters Param, PrintWriter log) {
log.println(" Closing dialog ... ");
@@ -202,6 +204,7 @@ public class AccessibleList extends TestCase {
/**
* Creates writer document
*/
+ @Override
protected void initialize(TestParameters Param, PrintWriter log) {
try {
msf = Param.getMSF();