summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/drawing/_Shape.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/drawing/_Shape.java')
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_Shape.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_Shape.java b/qadevOOo/tests/java/ifc/drawing/_Shape.java
index ca8380976028..8150098386aa 100644
--- a/qadevOOo/tests/java/ifc/drawing/_Shape.java
+++ b/qadevOOo/tests/java/ifc/drawing/_Shape.java
@@ -54,6 +54,7 @@ public class _Shape extends MultiPropertyTest {
* Custom tester which switches between two styles.
*/
protected PropertyTester StyleTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue)
throws java.lang.IllegalArgumentException {
if (util.ValueComparer.equalValue(oldValue,style1))
@@ -67,6 +68,7 @@ public class _Shape extends MultiPropertyTest {
* Strings ('layout' and 'controls').
*/
protected PropertyTester StringTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue)
throws java.lang.IllegalArgumentException {
if (util.ValueComparer.equalValue(oldValue,"layout"))