summaryrefslogtreecommitdiff
path: root/chart2/source/inc/ColorPerPointHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/ColorPerPointHelper.hxx')
-rw-r--r--chart2/source/inc/ColorPerPointHelper.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/chart2/source/inc/ColorPerPointHelper.hxx b/chart2/source/inc/ColorPerPointHelper.hxx
index c482389cb427..e98cfe1c654a 100644
--- a/chart2/source/inc/ColorPerPointHelper.hxx
+++ b/chart2/source/inc/ColorPerPointHelper.hxx
@@ -20,9 +20,11 @@
#ifndef INCLUDED_CHART2_SOURCE_INC_COLORPERPOINTHELPER_HXX
#define INCLUDED_CHART2_SOURCE_INC_COLORPERPOINTHELPER_HXX
-#include <com/sun/star/beans/XPropertySet.hpp>
#include "charttoolsdllapi.hxx"
+namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } }
+namespace com { namespace sun { namespace star { namespace uno { template <class interface_type> class Reference; } } } }
+
namespace chart
{