summaryrefslogtreecommitdiff
path: root/chart2/inc/ChartModel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-03-28 20:38:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-03-29 09:55:59 +0000
commit0af8c811ccd297539c56f03af8353175671e189c (patch)
tree2ffa5620ddc5b1d7a8f5c08a98e96804f63d31be /chart2/inc/ChartModel.hxx
parent1f93816dd5d75aca98f210017d0b58b7ef1d08da (diff)
use more concrete types in chart2
Change-Id: I286ad05252bb34f7a1b8f7c08190bddc601faf3d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149680 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/inc/ChartModel.hxx')
-rw-r--r--chart2/inc/ChartModel.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx
index c8b34562e0b4..1255c4982d14 100644
--- a/chart2/inc/ChartModel.hxx
+++ b/chart2/inc/ChartModel.hxx
@@ -76,6 +76,7 @@ class ChartTypeTemplate;
class InternalDataProvider;
class NameContainer;
class PageBackground;
+class RangeHighlighter;
class Title;
namespace impl
@@ -147,7 +148,7 @@ private:
//the content of this should be always synchronized with the current m_xViewWindow size. The variable is necessary to hold the information as long as no view window exists.
css::awt::Size m_aVisualAreaSize;
css::uno::Reference< css::frame::XModel > m_xParent;
- css::uno::Reference< css::chart2::data::XRangeHighlighter > m_xRangeHighlighter;
+ rtl::Reference< ::chart::RangeHighlighter > m_xRangeHighlighter;
css::uno::Reference<css::awt::XRequestCallback> m_xPopupRequest;
std::vector< GraphicObject > m_aGraphicObjectVector;