summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/PlotterBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc/PlotterBase.hxx')
-rw-r--r--chart2/source/view/inc/PlotterBase.hxx18
1 files changed, 8 insertions, 10 deletions
diff --git a/chart2/source/view/inc/PlotterBase.hxx b/chart2/source/view/inc/PlotterBase.hxx
index a6753561348e..788992dc3de3 100644
--- a/chart2/source/view/inc/PlotterBase.hxx
+++ b/chart2/source/view/inc/PlotterBase.hxx
@@ -19,18 +19,16 @@
#ifndef INCLUDED_CHART2_SOURCE_VIEW_INC_PLOTTERBASE_HXX
#define INCLUDED_CHART2_SOURCE_VIEW_INC_PLOTTERBASE_HXX
-#include <chartview/ExplicitScaleValues.hxx>
+#include <com/sun/star/uno/Reference.h>
+#include <rtl/ustring.hxx>
+#include <vector>
-#include <com/sun/star/drawing/HomogenMatrix.hpp>
-#include <com/sun/star/drawing/XShapes.hpp>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <com/sun/star/uno/XComponentContext.hpp>
-#include <com/sun/star/drawing/Position3D.hpp>
-#include <com/sun/star/beans/XPropertySet.hpp>
-#include <com/sun/star/chart2/XTransformation.hpp>
+namespace com { namespace sun { namespace star { namespace drawing { struct HomogenMatrix; } } } }
+namespace com { namespace sun { namespace star { namespace drawing { struct Position3D; } } } }
+namespace com { namespace sun { namespace star { namespace drawing { class XShapes; } } } }
+namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; } } } }
-#include <vector>
+namespace chart { struct ExplicitScaleData; }
namespace chart
{