summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 5e3e1f69f7c7..65784be7ee3d 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -231,7 +231,7 @@ protected:
public:
ScCellRangesBase(ScDocShell* pDocSh, const ScRange& rR);
- ScCellRangesBase(ScDocShell* pDocSh, const ScRangeList& rR);
+ ScCellRangesBase(ScDocShell* pDocSh, ScRangeList aR);
virtual ~ScCellRangesBase() override;
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;
@@ -1041,7 +1041,7 @@ private:
ScRangeList aRanges;
public:
- ScCellsObj(ScDocShell* pDocSh, const ScRangeList& rR);
+ ScCellsObj(ScDocShell* pDocSh, ScRangeList aR);
virtual ~ScCellsObj() override;
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;
@@ -1077,7 +1077,7 @@ private:
void CheckPos_Impl();
public:
- ScCellsEnumeration(ScDocShell* pDocSh, const ScRangeList& rR);
+ ScCellsEnumeration(ScDocShell* pDocSh, ScRangeList aR);
virtual ~ScCellsEnumeration() override;
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;