From 3fe1d17a07180c843fd376763e27c72a529b75b2 Mon Sep 17 00:00:00 2001 From: Björn Milcke Date: Mon, 26 Jan 2004 08:13:31 +0000 Subject: drafts namespace of API removed public API moved to offapi Calc as DataEditor - first integration --- .../itemsetwrapper/MultipleChartConverters.cxx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx') diff --git a/chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx b/chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx index db6366a479f6..f60510635d2f 100644 --- a/chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx +++ b/chart2/source/controller/itemsetwrapper/MultipleChartConverters.cxx @@ -2,9 +2,9 @@ * * $RCSfile: MultipleChartConverters.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: iha $ $Date: 2003-12-18 12:38:44 $ + * last change: $Author: bm $ $Date: 2004-01-26 09:12:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,18 +70,17 @@ #include "TitleHelper.hxx" #include "TitleItemConverter.hxx" -#ifndef _DRAFTS_COM_SUN_STAR_CHART2_XAXISCONTAINER_HPP_ -#include +#ifndef _COM_SUN_STAR_CHART2_XAXISCONTAINER_HPP_ +#include #endif -#ifndef _DRAFTS_COM_SUN_STAR_CHART2_XGRIDCONTAINER_HPP_ -#include +#ifndef _COM_SUN_STAR_CHART2_XGRIDCONTAINER_HPP_ +#include #endif -#ifndef _DRAFTS_COM_SUN_STAR_CHART2_XCHARTDOCUMENT_HPP_ -#include +#ifndef _COM_SUN_STAR_CHART2_XCHARTDOCUMENT_HPP_ +#include #endif using namespace ::com::sun::star; -using namespace ::drafts::com::sun::star; namespace chart { -- cgit