summaryrefslogtreecommitdiff
path: root/chart2/source/inc/RangeHighlighter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/RangeHighlighter.hxx')
-rw-r--r--chart2/source/inc/RangeHighlighter.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/chart2/source/inc/RangeHighlighter.hxx b/chart2/source/inc/RangeHighlighter.hxx
index 01f408116bc8..acb79c80e302 100644
--- a/chart2/source/inc/RangeHighlighter.hxx
+++ b/chart2/source/inc/RangeHighlighter.hxx
@@ -22,8 +22,7 @@
#include "MutexContainer.hxx"
#include <cppuhelper/compbase.hxx>
#include <com/sun/star/chart2/data/XRangeHighlighter.hpp>
-#include <com/sun/star/view/XSelectionSupplier.hpp>
-#include <com/sun/star/beans/XPropertySet.hpp>
+#include <com/sun/star/view/XSelectionChangeListener.hpp>
namespace com { namespace sun { namespace star {
namespace chart2 {
@@ -32,6 +31,9 @@ namespace chart2 {
class XAxis;
}}}}
+namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } }
+namespace com { namespace sun { namespace star { namespace view { class XSelectionSupplier; } } } }
+
namespace chart
{