summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_SheetLink.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_SheetLink.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_SheetLink.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_SheetLink.java b/qadevOOo/tests/java/ifc/sheet/_SheetLink.java
index 8ab6e186e0b0..503d13a72864 100644
--- a/qadevOOo/tests/java/ifc/sheet/_SheetLink.java
+++ b/qadevOOo/tests/java/ifc/sheet/_SheetLink.java
@@ -38,6 +38,7 @@ public class _SheetLink extends MultiPropertyTest {
*This class is destined to custom test of property <code>Url</code>.
*/
protected PropertyTester UrlTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue) {
String newValue = (String) ValueChanger.changePValue(oldValue);
if ( !newValue.startsWith("file://") ) {
@@ -59,6 +60,7 @@ public class _SheetLink extends MultiPropertyTest {
*This class is destined to custom test of property <code>Filter</code>.
*/
protected PropertyTester FilterTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue) {
return "StarCalc 4.0";
}