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/source/inc/DiagramHelper.hxx | |
parent | ae900510614be862923fdc70e47dc7ccccb894d4 (diff) |
drafts namespace of API removed
public API moved to offapi
Calc as DataEditor - first integration
Diffstat (limited to 'chart2/source/inc/DiagramHelper.hxx')
-rw-r--r-- | chart2/source/inc/DiagramHelper.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chart2/source/inc/DiagramHelper.hxx b/chart2/source/inc/DiagramHelper.hxx index 1bc6180c3345..fbaad1a49ac3 100644 --- a/chart2/source/inc/DiagramHelper.hxx +++ b/chart2/source/inc/DiagramHelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DiagramHelper.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: bm $ $Date: 2003-11-04 15:35:06 $ + * last change: $Author: bm $ $Date: 2004-01-26 09:12:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,8 +61,8 @@ #ifndef CHART2_DIAGRAMHELPER_HXX #define CHART2_DIAGRAMHELPER_HXX -#ifndef _DRAFTS_COM_SUN_STAR_CHART2_XDIAGRAM_HPP_ -#include <drafts/com/sun/star/chart2/XDiagram.hpp> +#ifndef _COM_SUN_STAR_CHART2_XDIAGRAM_HPP_ +#include <com/sun/star/chart2/XDiagram.hpp> #endif namespace chart @@ -75,9 +75,9 @@ class DiagramHelper public: static void changeDiagram( const ::com::sun::star::uno::Reference< - ::drafts::com::sun::star::chart2::XDiagram > & xSource, + ::com::sun::star::chart2::XDiagram > & xSource, ::com::sun::star::uno::Reference< - ::drafts::com::sun::star::chart2::XDiagram > & xDestination + ::com::sun::star::chart2::XDiagram > & xDestination ); private: |