summaryrefslogtreecommitdiff
path: root/chart2/source/inc/RangeHighlighter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2022-01-25 21:09:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-01-26 07:18:01 +0100
commitea00a6ce3b5e15ac2640983cfaaf11755d233644 (patch)
treee7243de5202e38bdd2618071dcb69c0b6946bb2f /chart2/source/inc/RangeHighlighter.hxx
parentf4dd0dfd27201152b1e39c35302e1ca9c6ce12b6 (diff)
use more concrete types in chart2, Diagram
Change-Id: I8640175f493d89bea7eb4780b4cbebf7d0b74a94 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128945 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc/RangeHighlighter.hxx')
-rw-r--r--chart2/source/inc/RangeHighlighter.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/inc/RangeHighlighter.hxx b/chart2/source/inc/RangeHighlighter.hxx
index 67cb0484c121..bc876d7dc8f1 100644
--- a/chart2/source/inc/RangeHighlighter.hxx
+++ b/chart2/source/inc/RangeHighlighter.hxx
@@ -82,7 +82,6 @@ private:
void stopListening();
void determineRanges();
- void fillRangesForDiagram( const css::uno::Reference< css::chart2::XDiagram > & xDiagram );
void fillRangesForDiagram( const rtl::Reference< ::chart::Diagram > & xDiagram );
void fillRangesForDataSeries( const css::uno::Reference< css::chart2::XDataSeries > & xSeries );
void fillRangesForCategories( const css::uno::Reference< css::chart2::XAxis > & xAxis );