summaryrefslogtreecommitdiff
path: root/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-07-15 20:39:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-15 22:13:46 +0200
commitecd6e3ac757575deb3162b3bdd470b6a74f5dd70 (patch)
tree825c3d395f2421964c96cb2733bc2acbe7590ae1 /chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
parent92d7ab0f9822bad7b003b317b6f08b7f84441ff0 (diff)
use WhichRangesContainer in chart2
Change-Id: Iedb30b5dae868953517c0bb87fcfc91d747ae65f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118995 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx')
-rw-r--r--chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx b/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
index d9ec4ea1f534..1e736662ebdd 100644
--- a/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
+++ b/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
@@ -223,7 +223,7 @@ StatisticsItemConverter::~StatisticsItemConverter()
{
}
-const sal_uInt16 * StatisticsItemConverter::GetWhichPairs() const
+const WhichRangesContainer& StatisticsItemConverter::GetWhichPairs() const
{
// must span all used items!
return nStatWhichPairs;