summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java')
-rw-r--r--qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java b/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java
index e4afe2dc8b0f..44682acf33ca 100644
--- a/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java
+++ b/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java
@@ -56,6 +56,7 @@ public class _XUIConfiguration extends MultiMethodTest {
* try to get a listener out of the object relation
* <CODE>XUIConfiguration.XUIConfigurationListenerImpl</CODE>
*/
+ @Override
public void before() {
xListener = (XUIConfigurationListenerImpl)tEnv.getObjRelation(
"XUIConfiguration.XUIConfigurationListenerImpl");
@@ -86,6 +87,7 @@ public class _XUIConfiguration extends MultiMethodTest {
/**
* Dispose because the UIConfigurationManager has to be recreated
*/
+ @Override
public void after() {
disposeEnvironment();
}