summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/pivotsource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/pivotsource.hxx')
-rw-r--r--sc/source/filter/xml/pivotsource.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/pivotsource.hxx b/sc/source/filter/xml/pivotsource.hxx
index 0a2d76ba47e2..bfffa7e1c4d4 100644
--- a/sc/source/filter/xml/pivotsource.hxx
+++ b/sc/source/filter/xml/pivotsource.hxx
@@ -31,7 +31,7 @@ struct PivotTableSources
ScDPObject* mpDP;
SelectedPagesType maSelectedPages;
- SelectedPages(ScDPObject* pObj, const SelectedPagesType& rSelected);
+ SelectedPages(ScDPObject* pObj, SelectedPagesType&& rSelected);
};
struct SheetSource
@@ -69,7 +69,7 @@ struct PivotTableSources
void appendDBSource(ScDPObject* pObj, const ScImportSourceDesc& rDesc);
void appendServiceSource(ScDPObject* pObj, const ScDPServiceDesc& rDesc);
- void appendSelectedPages(ScDPObject* pObj, const SelectedPagesType& rSelected);
+ void appendSelectedPages(ScDPObject* pObj, SelectedPagesType&& rSelected);
void process();
};