summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/form/component/_DatabaseForm.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/form/component/_DatabaseForm.java')
-rw-r--r--qadevOOo/tests/java/ifc/form/component/_DatabaseForm.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/form/component/_DatabaseForm.java b/qadevOOo/tests/java/ifc/form/component/_DatabaseForm.java
index af3114577e28..17121cb990e8 100644
--- a/qadevOOo/tests/java/ifc/form/component/_DatabaseForm.java
+++ b/qadevOOo/tests/java/ifc/form/component/_DatabaseForm.java
@@ -48,6 +48,7 @@ public class _DatabaseForm extends MultiPropertyTest {
public void _NavigationBarMode() {
dbg.printPropertyInfo(oObj, "NavigationBarMode");
testProperty("NavigationBarMode", new PropertyTester() {
+ @Override
public String toString(Object obj) {
if (obj == null) {
return "null";
@@ -66,10 +67,12 @@ public class _DatabaseForm extends MultiPropertyTest {
public void _Cycle() {
dbg.printPropertyInfo(oObj, "Cycle");
testProperty("Cycle", new PropertyTester() {
+ @Override
public Object getNewValue(String propName, Object oldValue) {
return TabulatorCycle.CURRENT;
}
+ @Override
public String toString(Object obj) {
if (obj == null) {
return "null";