summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/drawing/_FillProperties.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/drawing/_FillProperties.java')
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_FillProperties.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_FillProperties.java b/qadevOOo/tests/java/ifc/drawing/_FillProperties.java
index 93d2e9bf5e88..50f7a76406f5 100644
--- a/qadevOOo/tests/java/ifc/drawing/_FillProperties.java
+++ b/qadevOOo/tests/java/ifc/drawing/_FillProperties.java
@@ -63,6 +63,7 @@ public class _FillProperties extends MultiPropertyTest {
*/
protected PropertyTester URLTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue)
throws java.lang.IllegalArgumentException {
if (oldValue.equals(util.utils.getFullTestURL("space-metal.jpg"))) {
@@ -77,6 +78,7 @@ public class _FillProperties extends MultiPropertyTest {
*/
protected PropertyTester StringTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue)
throws java.lang.IllegalArgumentException {
if (oldValue.equals(str1)) {
@@ -91,6 +93,7 @@ public class _FillProperties extends MultiPropertyTest {
*/
protected PropertyTester BitmapTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue)
throws java.lang.IllegalArgumentException {
if (util.ValueComparer.equalValue(oldValue, the_bitmap)) {