summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/DataPointProperties.cxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2004-01-26 08:13:31 +0000
committerBjörn Milcke <bm@openoffice.org>2004-01-26 08:13:31 +0000
commit3fe1d17a07180c843fd376763e27c72a529b75b2 (patch)
tree585d2722e8c23653efed23273d6ca7aae2e20e48 /chart2/source/model/main/DataPointProperties.cxx
parentae900510614be862923fdc70e47dc7ccccb894d4 (diff)
drafts namespace of API removed
public API moved to offapi Calc as DataEditor - first integration
Diffstat (limited to 'chart2/source/model/main/DataPointProperties.cxx')
-rw-r--r--chart2/source/model/main/DataPointProperties.cxx25
1 files changed, 12 insertions, 13 deletions
diff --git a/chart2/source/model/main/DataPointProperties.cxx b/chart2/source/model/main/DataPointProperties.cxx
index 5a29bcab32af..0dd38fcc10e2 100644
--- a/chart2/source/model/main/DataPointProperties.cxx
+++ b/chart2/source/model/main/DataPointProperties.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DataPointProperties.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: bm $ $Date: 2003-12-11 13:54:06 $
+ * last change: $Author: bm $ $Date: 2004-01-26 09:12:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,24 +86,23 @@
#include <com/sun/star/style/XStyle.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_CHART2_FILLBITMAP_HPP_
-#include <drafts/com/sun/star/chart2/FillBitmap.hpp>
+#ifndef _COM_SUN_STAR_CHART2_FILLBITMAP_HPP_
+#include <com/sun/star/chart2/FillBitmap.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_CHART2_TRANSPARENCYSTYLE_HPP_
-#include <drafts/com/sun/star/chart2/TransparencyStyle.hpp>
+#ifndef _COM_SUN_STAR_CHART2_TRANSPARENCYSTYLE_HPP_
+#include <com/sun/star/chart2/TransparencyStyle.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_CHART2_DATAPOINTLABEL_HPP_
-#include <drafts/com/sun/star/chart2/DataPointLabel.hpp>
+#ifndef _COM_SUN_STAR_CHART2_DATAPOINTLABEL_HPP_
+#include <com/sun/star/chart2/DataPointLabel.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_CHART2_NUMBERFORMAT_HPP_
-#include <drafts/com/sun/star/chart2/NumberFormat.hpp>
+#ifndef _COM_SUN_STAR_CHART2_NUMBERFORMAT_HPP_
+#include <com/sun/star/chart2/NumberFormat.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_CHART2_SYMBOL_HPP_
-#include <drafts/com/sun/star/chart2/Symbol.hpp>
+#ifndef _COM_SUN_STAR_CHART2_SYMBOL_HPP_
+#include <com/sun/star/chart2/Symbol.hpp>
#endif
using namespace ::com::sun::star;
-using namespace ::drafts::com::sun::star;
using ::com::sun::star::beans::Property;