summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_TextColumns.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_TextColumns.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_TextColumns.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_TextColumns.java b/qadevOOo/tests/java/ifc/text/_TextColumns.java
index a1cafda4f456..b6c9868529e9 100644
--- a/qadevOOo/tests/java/ifc/text/_TextColumns.java
+++ b/qadevOOo/tests/java/ifc/text/_TextColumns.java
@@ -48,6 +48,7 @@ public class _TextColumns extends MultiPropertyTest {
public void _AutomaticDistance() {
log.println("Testing with custom Property tester") ;
testProperty("AutomaticDistance", new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue) {
XTextColumns xTC = UnoRuntime.queryInterface
(XTextColumns.class,tEnv.getTestObject());