summaryrefslogtreecommitdiff
path: root/chart2/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-04 16:07:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-05 08:26:56 +0200
commitf8f606297d53eb216ff0c3c269de40058513e0a5 (patch)
treee1acc5482082d74016567a16cfc7a94763734c80 /chart2/inc
parent0f3fb26e7622f99560c6514f4b3ae663636025c9 (diff)
loplugin:constmethod in chart2
Change-Id: Ib97571b3750bd832d0d69a1530e6c8589134c633 Reviewed-on: https://gerrit.libreoffice.org/78601 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/inc')
-rw-r--r--chart2/inc/ChartModel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx
index 3693d66fe16d..ee6852ae4338 100644
--- a/chart2/inc/ChartModel.hxx
+++ b/chart2/inc/ChartModel.hxx
@@ -462,7 +462,7 @@ public:
bool isDataFromSpreadsheet();
- bool isDataFromPivotTable();
+ bool isDataFromPivotTable() const;
void removeDataProviders();