summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/drawing/_RotationDescriptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/drawing/_RotationDescriptor.java')
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_RotationDescriptor.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_RotationDescriptor.java b/qadevOOo/tests/java/ifc/drawing/_RotationDescriptor.java
index 791b0b4670fd..863f4246ae20 100644
--- a/qadevOOo/tests/java/ifc/drawing/_RotationDescriptor.java
+++ b/qadevOOo/tests/java/ifc/drawing/_RotationDescriptor.java
@@ -37,6 +37,7 @@ public class _RotationDescriptor extends MultiPropertyTest {
* Custom tester which increases value by 200
*/
protected PropertyTester drawMeasureTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue) {
int val = ((Integer)oldValue).intValue() ;
return new Integer(val + 200) ;