summaryrefslogtreecommitdiff
path: root/sc/inc/datamapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/datamapper.hxx')
-rw-r--r--sc/inc/datamapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/datamapper.hxx b/sc/inc/datamapper.hxx
index 2c20897b7356..c1da6ff83eb4 100644
--- a/sc/inc/datamapper.hxx
+++ b/sc/inc/datamapper.hxx
@@ -97,7 +97,7 @@ public:
void refresh(ScDocument* pDoc, bool bDeterministic = false);
- void AddDataTransformation(std::shared_ptr<sc::DataTransformation> mpDataTransformation);
+ void AddDataTransformation(const std::shared_ptr<sc::DataTransformation>& mpDataTransformation);
const std::vector<std::shared_ptr<sc::DataTransformation>>& getDataTransformation() const;
};