summaryrefslogtreecommitdiff
path: root/sc/inc/PivotTableDataProvider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/PivotTableDataProvider.hxx')
-rw-r--r--sc/inc/PivotTableDataProvider.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/inc/PivotTableDataProvider.hxx b/sc/inc/PivotTableDataProvider.hxx
index 1a88939c7a3e..06d6778a8661 100644
--- a/sc/inc/PivotTableDataProvider.hxx
+++ b/sc/inc/PivotTableDataProvider.hxx
@@ -153,11 +153,9 @@ private:
OUString const & sRoleLabel, OUString const & sIdLabel,
std::vector<ValueAndFormat> const & rLabel);
- void assignLabelsToDataSequence(css::uno::Reference<css::chart2::data::XDataSequence> & rDataSequence,
- size_t nIndex);
+ css::uno::Reference<css::chart2::data::XDataSequence> assignLabelsToDataSequence(size_t nIndex);
- void assignValuesToDataSequence(css::uno::Reference<css::chart2::data::XDataSequence> & rDataSequence,
- size_t nIndex);
+ css::uno::Reference<css::chart2::data::XDataSequence> assignValuesToDataSequence(size_t nIndex);
void collectPivotTableData();