diff options
Diffstat (limited to 'sc/source/ui/inc/undobase.hxx')
-rw-r--r-- | sc/source/ui/inc/undobase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/undobase.hxx b/sc/source/ui/inc/undobase.hxx index 460702a5fbaa..25cee7e5c5a5 100644 --- a/sc/source/ui/inc/undobase.hxx +++ b/sc/source/ui/inc/undobase.hxx @@ -103,7 +103,7 @@ protected: class SC_DLLPUBLIC ScMultiBlockUndo: public ScSimpleUndo { public: - ScMultiBlockUndo(ScDocShell* pDocSh, const ScRangeList& rRanges); + ScMultiBlockUndo(ScDocShell* pDocSh, ScRangeList aRanges); virtual ~ScMultiBlockUndo() override; protected: |