summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame/_XUIControllerRegistration.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame/_XUIControllerRegistration.java')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XUIControllerRegistration.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XUIControllerRegistration.java b/qadevOOo/tests/java/ifc/frame/_XUIControllerRegistration.java
index 4455460e3cc5..21a627d7191c 100644
--- a/qadevOOo/tests/java/ifc/frame/_XUIControllerRegistration.java
+++ b/qadevOOo/tests/java/ifc/frame/_XUIControllerRegistration.java
@@ -26,6 +26,7 @@ public class _XUIControllerRegistration extends MultiMethodTest {
private String aRegisteredController = null;
private String aController = ".uno:MySecondController";
+ @Override
public void before() {
aRegisteredController = (String)tEnv.getObjRelation("XUIControllerRegistration.RegisteredController");
}