summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java')
-rw-r--r--qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java b/qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java
index 0a7d55aa2cad..0b05dbea4fe4 100644
--- a/qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java
+++ b/qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java
@@ -55,6 +55,7 @@ public class _XPropertyAccess extends MultiMethodTest {
* checks if the object relation <CODE>XPropertyAccess.propertyToChange</CODE>
* is available
*/
+ @Override
public void before() {
propertyToChange = (PropertyValue) tEnv.getObjRelation("XPropertyAccess.propertyToChange");
if (propertyToChange == null) {