summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_CellRange.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_CellRange.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_CellRange.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_CellRange.java b/qadevOOo/tests/java/ifc/text/_CellRange.java
index 19b2b86b2a4b..e98b2f791b72 100644
--- a/qadevOOo/tests/java/ifc/text/_CellRange.java
+++ b/qadevOOo/tests/java/ifc/text/_CellRange.java
@@ -55,6 +55,7 @@ public class _CellRange extends MultiPropertyTest {
final Short val2 = new Short( (short) 6 );
log.println("Testing with custom Property tester") ;
testProperty("BackColor", new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue) {
if ( oldValue.equals(val1) )
return val2;
@@ -79,6 +80,7 @@ public class _CellRange extends MultiPropertyTest {
public void _BackGraphicURL() {
log.println("Testing with custom Property tester") ;
testProperty("BackGraphicURL", new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue) {
if (oldValue.equals(util.utils.getFullTestURL
("space-metal.jpg")))