forked from amazingfate/loongoffice
INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED
2003/05/21 10:55:50 sg 1.1.8.1: #109819# prepare devide of runner
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: OButtonControl.java,v $
|
||||
*
|
||||
* $Revision: 1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change:$Date: 2003-01-27 18:15:14 $
|
||||
* last change:$Date: 2003-05-27 12:39:48 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@ -62,6 +62,7 @@
|
||||
package mod._forms;
|
||||
|
||||
import com.sun.star.awt.XControl;
|
||||
import com.sun.star.lang.XMultiServiceFactory;
|
||||
import com.sun.star.awt.XControlModel;
|
||||
import com.sun.star.awt.XDevice;
|
||||
import com.sun.star.awt.XGraphics;
|
||||
@ -125,7 +126,7 @@ public class OButtonControl extends TestCase {
|
||||
* Creates a text document.
|
||||
*/
|
||||
protected void initialize ( TestParameters Param, PrintWriter log) {
|
||||
SOfficeFactory SOF = SOfficeFactory.getFactory( Param.getMSF() );
|
||||
SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)Param.getMSF() );
|
||||
|
||||
try {
|
||||
log.println( "creating a textdocument" );
|
||||
|
||||
Reference in New Issue
Block a user