summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/form/component/_DataForm.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/form/component/_DataForm.java')
-rw-r--r--qadevOOo/tests/java/ifc/form/component/_DataForm.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/form/component/_DataForm.java b/qadevOOo/tests/java/ifc/form/component/_DataForm.java
index 3b3b4035af3f..4ea3e11ce079 100644
--- a/qadevOOo/tests/java/ifc/form/component/_DataForm.java
+++ b/qadevOOo/tests/java/ifc/form/component/_DataForm.java
@@ -46,6 +46,7 @@ public class _DataForm extends MultiPropertyTest {
*/
public void _NavigationBarMode() {
testProperty("NavigationBarMode", new PropertyTester() {
+ @Override
public String toString(Object obj) {
if (util.utils.isVoid(obj)) {
return "null";
@@ -63,9 +64,11 @@ public class _DataForm extends MultiPropertyTest {
*/
public void _Cycle() {
testProperty("Cycle", new PropertyTester() {
+ @Override
public Object getNewValue(String propName, Object oldValue) {
return TabulatorCycle.CURRENT;
}
+ @Override
public String toString(Object obj) {
if (util.utils.isVoid(obj))
return "null";