summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/table/_CellProperties.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/table/_CellProperties.java')
-rw-r--r--qadevOOo/tests/java/ifc/table/_CellProperties.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/table/_CellProperties.java b/qadevOOo/tests/java/ifc/table/_CellProperties.java
index ce45507cb27d..e3fac6674aac 100644
--- a/qadevOOo/tests/java/ifc/table/_CellProperties.java
+++ b/qadevOOo/tests/java/ifc/table/_CellProperties.java
@@ -55,6 +55,7 @@ public class _CellProperties extends MultiPropertyTest {
*/
public void _CellStyle() {
testProperty("CellStyle", new PropertyTester() {
+ @Override
protected Object getNewValue(String name, Object old) {
return "Default".equals(old) ? "Result" : "Default" ;
}