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.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XUIControllerRegistration.java b/qadevOOo/tests/java/ifc/frame/_XUIControllerRegistration.java
index 21a627d7191c..e2c236e4ac2e 100644
--- a/qadevOOo/tests/java/ifc/frame/_XUIControllerRegistration.java
+++ b/qadevOOo/tests/java/ifc/frame/_XUIControllerRegistration.java
@@ -24,7 +24,7 @@ import lib.MultiMethodTest;
public class _XUIControllerRegistration extends MultiMethodTest {
public XUIControllerRegistration oObj = null;
private String aRegisteredController = null;
- private String aController = ".uno:MySecondController";
+ private final String aController = ".uno:MySecondController";
@Override
public void before() {