summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/chart/_ChartTitle.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart/_ChartTitle.java')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_ChartTitle.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_ChartTitle.java b/qadevOOo/tests/java/ifc/chart/_ChartTitle.java
index cb32e34bf974..29078ec3fb6d 100644
--- a/qadevOOo/tests/java/ifc/chart/_ChartTitle.java
+++ b/qadevOOo/tests/java/ifc/chart/_ChartTitle.java
@@ -37,6 +37,7 @@ public class _ChartTitle extends MultiPropertyTest {
*/
public void _TextRotation() {
testProperty("TextRotation", new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue) {
Object ValueToSet = ValueChanger.changePValue(oldValue);
int ro = ((Integer) ValueToSet).intValue() * 100;