summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/drawing/_GraphicObjectShapeDescriptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/drawing/_GraphicObjectShapeDescriptor.java')
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_GraphicObjectShapeDescriptor.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_GraphicObjectShapeDescriptor.java b/qadevOOo/tests/java/ifc/drawing/_GraphicObjectShapeDescriptor.java
index f604a801ef6a..830a065d4eec 100644
--- a/qadevOOo/tests/java/ifc/drawing/_GraphicObjectShapeDescriptor.java
+++ b/qadevOOo/tests/java/ifc/drawing/_GraphicObjectShapeDescriptor.java
@@ -24,6 +24,7 @@ import com.sun.star.awt.XBitmap;
public class _GraphicObjectShapeDescriptor extends MultiPropertyTest {
+ @Override
protected boolean compare(Object ob1, Object ob2) {
return super.compare(ob1, ob2);
@@ -31,6 +32,7 @@ public class _GraphicObjectShapeDescriptor 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")))
@@ -40,6 +42,7 @@ public class _GraphicObjectShapeDescriptor extends MultiPropertyTest {
} ;
protected PropertyTester BitmapTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue)
throws java.lang.IllegalArgumentException {
XBitmap aBitmap1=(XBitmap) tEnv.getObjRelation("Bitmap1");