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 | dc2730629afea6733089e1074a982885d5985ede (patch) | |
tree | 9da41665ed7e6da7df545abebe3d2b7691fd234e /chart2/source/tools/DiagramHelper.cxx | |
parent | e1f48a03acb5349a02bc7de299f2b90e483e2c12 (diff) |
drafts namespace of API removed
public API moved to offapi
Calc as DataEditor - first integration
Diffstat (limited to 'chart2/source/tools/DiagramHelper.cxx')
-rw-r--r-- | chart2/source/tools/DiagramHelper.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chart2/source/tools/DiagramHelper.cxx b/chart2/source/tools/DiagramHelper.cxx index 5f934aea8..aa75f6779 100644 --- a/chart2/source/tools/DiagramHelper.cxx +++ b/chart2/source/tools/DiagramHelper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: DiagramHelper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: bm $ $Date: 2004-01-19 14:41:36 $ + * last change: $Author: bm $ $Date: 2004-01-26 09:13:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,12 +62,11 @@ #include "LegendHelper.hxx" #include "PropertyHelper.hxx" -#ifndef _DRAFTS_COM_SUN_STAR_CHART2_XTITLED_HPP_ -#include <drafts/com/sun/star/chart2/XTitled.hpp> +#ifndef _COM_SUN_STAR_CHART2_XTITLED_HPP_ +#include <com/sun/star/chart2/XTitled.hpp> #endif using namespace ::com::sun::star; -using namespace ::drafts::com::sun::star; namespace chart { |