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

INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED

2003/05/21 10:57:30 sg 1.1.8.1: #109819# prepare devide of runner
üst 8d353aae
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ChXChartAxis.java,v $ * $RCSfile: ChXChartAxis.java,v $
* *
* $Revision: 1.1 $ * $Revision: 1.2 $
* *
* last change:$Date: 2003-01-27 18:17:17 $ * last change:$Date: 2003-05-27 13:19:28 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
package mod._sch; package mod._sch;
import com.sun.star.beans.XPropertySet; import com.sun.star.beans.XPropertySet;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.chart.XAxisYSupplier; import com.sun.star.chart.XAxisYSupplier;
import com.sun.star.chart.XChartDocument; import com.sun.star.chart.XChartDocument;
import com.sun.star.chart.XDiagram; import com.sun.star.chart.XDiagram;
...@@ -101,7 +102,7 @@ public class ChXChartAxis extends TestCase { ...@@ -101,7 +102,7 @@ public class ChXChartAxis extends TestCase {
*/ */
protected void initialize( TestParameters tParam, PrintWriter log ) { protected void initialize( TestParameters tParam, PrintWriter log ) {
// get a soffice factory object // get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF()); SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF());
try { try {
log.println( "creating a chartdocument" ); log.println( "creating a chartdocument" );
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ChXChartData.java,v $ * $RCSfile: ChXChartData.java,v $
* *
* $Revision: 1.1 $ * $Revision: 1.2 $
* *
* last change:$Date: 2003-01-27 18:17:16 $ * last change:$Date: 2003-05-27 13:19:36 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
package mod._sch; package mod._sch;
import com.sun.star.chart.XChartData; import com.sun.star.chart.XChartData;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.chart.XChartDocument; import com.sun.star.chart.XChartDocument;
import java.io.PrintWriter; import java.io.PrintWriter;
import lib.StatusException; import lib.StatusException;
...@@ -88,7 +89,7 @@ public class ChXChartData extends TestCase { ...@@ -88,7 +89,7 @@ public class ChXChartData extends TestCase {
*/ */
protected void initialize( TestParameters tParam, PrintWriter log ) { protected void initialize( TestParameters tParam, PrintWriter log ) {
// get a soffice factory object // get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory( tParam.getMSF()); SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF());
try { try {
log.println( "creating a chartdocument" ); log.println( "creating a chartdocument" );
......
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