summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/form/component/_NavigationToolBar.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/form/component/_NavigationToolBar.java')
-rw-r--r--qadevOOo/tests/java/ifc/form/component/_NavigationToolBar.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/form/component/_NavigationToolBar.java b/qadevOOo/tests/java/ifc/form/component/_NavigationToolBar.java
index 3a764df22993..6f75545afc52 100644
--- a/qadevOOo/tests/java/ifc/form/component/_NavigationToolBar.java
+++ b/qadevOOo/tests/java/ifc/form/component/_NavigationToolBar.java
@@ -24,6 +24,7 @@ public class _NavigationToolBar extends MultiPropertyTest {
public void _TextColor() {
testProperty("TextColor", new PropertyTester() {
+ @Override
protected Object getNewValue(String prop, Object old) {
return util.utils.isVoid(old) ? new Integer(20010507) :
super.getNewValue(prop, old) ;
@@ -33,6 +34,7 @@ public class _NavigationToolBar extends MultiPropertyTest {
public void _TextLineColor() {
testProperty("TextLineColor", new PropertyTester() {
+ @Override
protected Object getNewValue(String prop, Object old) {
return util.utils.isVoid(old) ? new Integer(20050507) :
super.getNewValue(prop, old) ;