summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/awt/_UnoControlGroupBoxModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt/_UnoControlGroupBoxModel.java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_UnoControlGroupBoxModel.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_UnoControlGroupBoxModel.java b/qadevOOo/tests/java/ifc/awt/_UnoControlGroupBoxModel.java
index e330485bd669..965b96aa2eb5 100644
--- a/qadevOOo/tests/java/ifc/awt/_UnoControlGroupBoxModel.java
+++ b/qadevOOo/tests/java/ifc/awt/_UnoControlGroupBoxModel.java
@@ -44,6 +44,7 @@ public class _UnoControlGroupBoxModel extends MultiPropertyTest {
*/
public void _TextColor() {
testProperty("TextColor", new PropertyTester() {
+ @Override
protected Object getNewValue(String p, Object old) {
return utils.isVoid(old) ? new Integer(4321) :
super.getNewValue(p, old) ;
@@ -55,6 +56,7 @@ public class _UnoControlGroupBoxModel extends MultiPropertyTest {
* Redefined method returns value, that differs from property value.
*/
protected PropertyTester ColorTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue) {
if (util.ValueComparer.equalValue(oldValue, new Integer(17)))
return new Integer(25);