summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_BaseIndex.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_BaseIndex.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_BaseIndex.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_BaseIndex.java b/qadevOOo/tests/java/ifc/text/_BaseIndex.java
index c0a3863a7383..37fc8e7863cb 100644
--- a/qadevOOo/tests/java/ifc/text/_BaseIndex.java
+++ b/qadevOOo/tests/java/ifc/text/_BaseIndex.java
@@ -60,6 +60,7 @@ public class _BaseIndex extends MultiPropertyTest {
* Redefined method returns object, that contains changed property value.
*/
protected PropertyTester CustomTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue) {
XTextColumns TC = UnoRuntime.queryInterface(
XTextColumns.class, oldValue);
@@ -102,6 +103,7 @@ public class _BaseIndex extends MultiPropertyTest {
PropertyValue[][] newVal = null;
PropertyValue[][] oldVal = null;
+ @Override
protected Object getNewValue(String propName, Object oldValue) {
XIndexReplace indProp = UnoRuntime.queryInterface(
XIndexReplace.class, oldValue);
@@ -138,6 +140,7 @@ public class _BaseIndex extends MultiPropertyTest {
return indProp;
}
+ @Override
protected void checkResult(String propName, Object oldValue,
Object newValue, Object resValue,
Exception exception)