summaryrefslogtreecommitdiff
path: root/chart2/source/inc/ChartViewHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/ChartViewHelper.hxx')
-rw-r--r--chart2/source/inc/ChartViewHelper.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/chart2/source/inc/ChartViewHelper.hxx b/chart2/source/inc/ChartViewHelper.hxx
index 5bde941b709d..9705aa9625f5 100644
--- a/chart2/source/inc/ChartViewHelper.hxx
+++ b/chart2/source/inc/ChartViewHelper.hxx
@@ -19,9 +19,11 @@
#ifndef INCLUDED_CHART2_SOURCE_INC_CHARTVIEWHELPER_HXX
#define INCLUDED_CHART2_SOURCE_INC_CHARTVIEWHELPER_HXX
-#include <com/sun/star/frame/XModel.hpp>
#include "charttoolsdllapi.hxx"
+namespace com { namespace sun { namespace star { namespace uno { template <class interface_type> class Reference; } } } }
+namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } }
+
namespace chart
{