summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ui/dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ui/dialogs')
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XControlAccess.java1
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java1
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java2
4 files changed, 6 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XControlAccess.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XControlAccess.java
index 63ef27bab1ca..7d6bf621d2aa 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XControlAccess.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XControlAccess.java
@@ -56,6 +56,7 @@ public class _XControlAccess extends MultiMethodTest {
* @throw StatusException if interface is not supported or
* properties couldn't be get.
*/
+ @Override
protected void before() {
xCI = UnoRuntime.queryInterface
(XControlInformation.class, oObj);
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
index 8729566d63a8..f4e573174f0f 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
@@ -104,6 +104,7 @@ public class _XExecutableDialog extends MultiMethodTest {
this.Diag = Diag ;
}
+ @Override
public void run() {
try {
execRes = Diag.execute();
@@ -126,6 +127,7 @@ public class _XExecutableDialog extends MultiMethodTest {
}
}
+ @Override
public void after() {
if (eThread.isAlive()) {
log.println("Thread didn't die ... cleaning up");
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
index 29d1589c546f..69776dedf646 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
@@ -61,6 +61,7 @@ public class _XFilePickerControlAccess extends MultiMethodTest {
* Retrieves object relations.
* @throws StatusException If one of relations not found.
*/
+ @Override
public void before() {
Short ID = (Short) tEnv.getObjRelation
("XFilePickerControlAccess.ControlID") ;
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
index 4b4c822a54a1..503baf630a4b 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
@@ -93,6 +93,7 @@ public class _XFilePickerNotifier extends MultiMethodTest {
* @throw StatusException If object doesn't support <code>XFilePicker</code>
* interface.
*/
+ @Override
public void before() {
fps = UnoRuntime.queryInterface
(XFilePicker.class, oObj) ;
@@ -188,6 +189,7 @@ public class _XFilePickerNotifier extends MultiMethodTest {
this.Diag = Diag ;
}
+ @Override
public void run() {
try {
execRes = Diag.execute();