summaryrefslogtreecommitdiff
path: root/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/chartview/DataPointSymbolSupplier.hxx')
-rw-r--r--chart2/source/inc/chartview/DataPointSymbolSupplier.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx b/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx
index 17df202de4fb..e9ad4f82f372 100644
--- a/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx
+++ b/chart2/source/inc/chartview/DataPointSymbolSupplier.hxx
@@ -20,10 +20,12 @@
#ifndef INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_DATAPOINTSYMBOLSUPPLIER_HXX
#define INCLUDED_CHART2_SOURCE_INC_CHARTVIEW_DATAPOINTSYMBOLSUPPLIER_HXX
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/drawing/Direction3D.hpp>
-#include <com/sun/star/drawing/XShapes.hpp>
#include <chartview/chartviewdllapi.hxx>
+#include <com/sun/star/uno/Reference.h>
+
+namespace com { namespace sun { namespace star { namespace drawing { class XShapes; } } } }
+namespace com { namespace sun { namespace star { namespace drawing { struct Direction3D; } } } }
+namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; } } } }
namespace chart
{