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