diff options
author | Björn Milcke <bm@openoffice.org> | 2004-01-26 08:13:31 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2004-01-26 08:13:31 +0000 |
commit | 3fe1d17a07180c843fd376763e27c72a529b75b2 (patch) | |
tree | 585d2722e8c23653efed23273d6ca7aae2e20e48 /chart2/workbench | |
parent | ae900510614be862923fdc70e47dc7ccccb894d4 (diff) |
drafts namespace of API removed
public API moved to offapi
Calc as DataEditor - first integration
Diffstat (limited to 'chart2/workbench')
-rw-r--r-- | chart2/workbench/fileformat/chart2.mod | 4 | ||||
-rw-r--r-- | chart2/workbench/fileformat/newchart_test.xml | 18 | ||||
-rw-r--r-- | chart2/workbench/stub/newCHxx.cxx | 6 | ||||
-rw-r--r-- | chart2/workbench/stub/newUNOcomponent.hxx | 4 |
4 files changed, 16 insertions, 16 deletions
diff --git a/chart2/workbench/fileformat/chart2.mod b/chart2/workbench/fileformat/chart2.mod index 33cf50b6ea18..20bd17fbc318 100644 --- a/chart2/workbench/fileformat/chart2.mod +++ b/chart2/workbench/fileformat/chart2.mod @@ -70,7 +70,7 @@ <!ATTLIST chart2:scale minimum %float; #IMPLIED > -<!-- choose a name of a registered uno component implementing the service ...scaling' ... e.g. drafts.com.sun.star.LogarithmicScaling; +<!-- choose a name of a registered uno component implementing the service ...scaling' ... e.g. com.sun.star.LogarithmicScaling; if no scaling-service is set a linear scaling will be used--> <!ATTLIST chart2:scale scaling-service %service-name; #IMPLIED @@ -184,4 +184,4 @@ renderer: the service ... 'datarenderer' needs to be supported increment IDREF #REQUIRED > <!-- renderer ************************************************************************************************************* --> -<!ELEMENT chart2:renderer EMPTY>
\ No newline at end of file +<!ELEMENT chart2:renderer EMPTY> diff --git a/chart2/workbench/fileformat/newchart_test.xml b/chart2/workbench/fileformat/newchart_test.xml index 44aaa602f431..a26019d5aee0 100644 --- a/chart2/workbench/fileformat/newchart_test.xml +++ b/chart2/workbench/fileformat/newchart_test.xml @@ -8,12 +8,12 @@ <office:body> <!-- body ***************************************************************************************************************** --> <chart2:chart2> - <chart2:legend id="legend_0" service="drafts.com.sun.star.chart2.Legend"/> - <chart2:legend id="legend_1" service="drafts.com.sun.star.chart2.Legend"/> + <chart2:legend id="legend_0" service="com.sun.star.chart2.Legend"/> + <chart2:legend id="legend_1" service="com.sun.star.chart2.Legend"/> <chart2:scale id="scale1_x" minimum="0" maximum="10"> <chart2:break start="2" end="3"/> </chart2:scale> - <chart2:scale id="scale1_y" scaling-service="drafts.com.sun.star.LogarithmicScaling"/> + <chart2:scale id="scale1_y" scaling-service="com.sun.star.LogarithmicScaling"/> <chart2:increment id="increment1_x" scale="scale1_x"> <chart2:subincrement count="2"/> <chart2:subincrement count="5"/> @@ -25,28 +25,28 @@ <chart2:final-target id="final_1"> <chart2:title id="title_1"/> <chart2:logic-target id="logic_1"> - <chart2:coordinate-system id="coosys_1" service="drafts.com.sun.star.chart2.ThreeDimCartesian" legend="legend_1"> + <chart2:coordinate-system id="coosys_1" service="com.sun.star.chart2.ThreeDimCartesian" legend="legend_1"> <chart2:scaleRef scale="scale1_x" direction="reverse"/> <chart2:scaleRef scale="scale1_y"/> </chart2:coordinate-system> </chart2:logic-target> </chart2:final-target> <!-- *************************************** axes ********************************************************************--> - <chart2:resident id="axis1_x" service="drafts.com.sun.star.chart2.CartesianAxis" coordinate-system="coosys_1"> + <chart2:resident id="axis1_x" service="com.sun.star.chart2.CartesianAxis" coordinate-system="coosys_1"> <chart2:axis dimension="1" increment="increment1_x"/> </chart2:resident> - <chart2:resident id="axis1_y" service="drafts.com.sun.star.chart2.CartesianAxis" coordinate-system="coosys_1"> + <chart2:resident id="axis1_y" service="com.sun.star.chart2.CartesianAxis" coordinate-system="coosys_1"> <chart2:axis dimension="2" increment="increment1_y"/> </chart2:resident> <!-- *************************************** grids *******************************************************************--> - <chart2:resident id="grid1_x" service="drafts.com.sun.star.chart2.CartesianGrid" coordinate-system="coosys_1"> + <chart2:resident id="grid1_x" service="com.sun.star.chart2.CartesianGrid" coordinate-system="coosys_1"> <chart2:grid dimension="1" increment="increment1_x"/> </chart2:resident> - <chart2:resident id="grid1_y" service="drafts.com.sun.star.chart2.CartesianGrid" coordinate-system="coosys_1"> + <chart2:resident id="grid1_y" service="com.sun.star.chart2.CartesianGrid" coordinate-system="coosys_1"> <chart2:grid dimension="2" increment="increment1_y"/> </chart2:resident> <!-- *************************************** renderer ***************************************************************--> - <chart2:resident id="barchart_1" service="drafts.com.sun.star.chart2.BarChart" coordinate-system="coosys_1"> + <chart2:resident id="barchart_1" service="com.sun.star.chart2.BarChart" coordinate-system="coosys_1"> <chart2:renderer/> </chart2:resident> </chart2:chart2> diff --git a/chart2/workbench/stub/newCHxx.cxx b/chart2/workbench/stub/newCHxx.cxx index e7b6dc300da5..f9405ff1de16 100644 --- a/chart2/workbench/stub/newCHxx.cxx +++ b/chart2/workbench/stub/newCHxx.cxx @@ -2,9 +2,9 @@ * * $RCSfile: newCHxx.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: iha $ $Date: 2003-11-10 19:40:23 $ + * last change: $Author: bm $ $Date: 2004-01-26 09:13:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,7 +66,7 @@ namespace chart { //............................................................................. using namespace ::com::sun::star; -using namespace ::drafts::com::sun::star::chart2; +using namespace ::com::sun::star::chart2; //............................................................................. } //namespace chart diff --git a/chart2/workbench/stub/newUNOcomponent.hxx b/chart2/workbench/stub/newUNOcomponent.hxx index 0f207b42c98e..acee56f30a69 100644 --- a/chart2/workbench/stub/newUNOcomponent.hxx +++ b/chart2/workbench/stub/newUNOcomponent.hxx @@ -19,7 +19,7 @@ //---- chart2 #ifndef _COM_SUN_STAR_CHART2_YYYY_HPP_ -#include <drafts/com/sun/star/chart2/YYYY.hpp> +#include <com/sun/star/chart2/YYYY.hpp> #endif //---- @@ -33,7 +33,7 @@ namespace chart //............................................................................. class XXXX : public ::cppu::WeakImplHelper2< - ::drafts::com::sun::star::chart2::YYYY + ::com::sun::star::chart2::YYYY , ::com::sun::star::lang::XServiceInfo //::com::sun::star::lang::XComponent ??? //::com::sun::star::uno::XWeak // implemented by WeakImplHelper(optional interface) |