INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED

2003/09/03 14:58:06 sw 1.1.28.1: #112049#
This commit is contained in:
Rüdiger Timm
2003-09-08 09:16:56 +00:00
parent 178773298e
commit ed1dd5f3b1
2 changed files with 12 additions and 11 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: _BarDiagram.java,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change:$Date: 2003-01-27 18:08:21 $
* last change:$Date: 2003-09-08 10:16:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,14 +61,14 @@
package ifc.chart;
import lib.MultiPropertyTest;
import lib.Status;
import lib.StatusException;
import com.sun.star.beans.XPropertySet;
import com.sun.star.chart.XChartDocument;
import com.sun.star.chart.XDiagram;
import com.sun.star.uno.UnoRuntime;
import lib.MultiPropertyTest;
import lib.MultiPropertyTest$PropertyTester;
import lib.Status;
import lib.StatusException;
/**
* Testing <code>com.sun.star.chart.BarDiagram</code>

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: _Chart3DBarProperties.java,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change:$Date: 2003-01-27 18:08:21 $
* last change:$Date: 2003-09-08 10:16:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,13 +61,14 @@
package ifc.chart;
import lib.MultiPropertyTest;
import lib.Status;
import lib.StatusException;
import com.sun.star.beans.XPropertySet;
import com.sun.star.chart.XChartDocument;
import com.sun.star.chart.XDiagram;
import com.sun.star.uno.UnoRuntime;
import lib.MultiPropertyTest;
import lib.Status;
import lib.StatusException;
/**
* Testing <code>com.sun.star.chart.Chart3DBarProperties</code>