summaryrefslogtreecommitdiff
path: root/forms/qa/integration
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 12:45:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 12:45:45 +0000
commit0f4501bde76ed56bc93655d372577a3d4aa473d6 (patch)
treef72b919380807f64e48c98a82bf7e62402580129 /forms/qa/integration
parentddc37011180334be8db1d31c4d0f180c5dba48d4 (diff)
INTEGRATION: CWS dba22b (1.5.106); FILE MERGED
2007/01/04 09:42:14 fs 1.5.106.1: #i73110#
Diffstat (limited to 'forms/qa/integration')
-rw-r--r--forms/qa/integration/forms/RadioButtons.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/qa/integration/forms/RadioButtons.java b/forms/qa/integration/forms/RadioButtons.java
index e7fabf70a935..b2a16cfc6084 100644
--- a/forms/qa/integration/forms/RadioButtons.java
+++ b/forms/qa/integration/forms/RadioButtons.java
@@ -4,9 +4,9 @@
*
* $RCSfile: RadioButtons.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2006-02-06 16:47:59 $
+ * last change: $Author: vg $ $Date: 2007-01-15 13:45:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -326,7 +326,7 @@ public class RadioButtons extends complexlib.ComplexTestCase
XAccessibleValue xValue = (XAccessibleValue)UnoRuntime.queryInterface(
XAccessibleValue.class, accessible.getAccessibleContext() );
- xValue.setCurrentValue( new Boolean( true ) );
+ xValue.setCurrentValue( new Short( (short)1 ) );
}
/* ------------------------------------------------------------------ */