Kaydet (Commit) cc98c1de authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dba24 (1.2.22); FILE MERGED

2005/02/11 13:23:27 fs 1.2.22.1: #i42068#
üst 15a96161
......@@ -409,7 +409,8 @@ public class CellBinding extends complexlib.ComplexTestCase
XAccessibleValue xValue = (XAccessibleValue)UnoRuntime.queryInterface(
XAccessibleValue.class, accessible.getAccessibleContext() );
xValue.setCurrentValue( new Boolean( true ) );
Integer newValue = new Integer( 1 );
xValue.setCurrentValue( newValue );
}
/* ------------------------------------------------------------------ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment