summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-14 11:51:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-15 14:53:50 +0200
commit664b4f31e6bd609846fd4bb2a17730209fe73ae5 (patch)
tree2f0b0354127a50224ca04ed3047cb9e6bf043565 /sc/inc/cellsuno.hxx
parent2c16b803b681b1fab4ec337273fdbae36f9c79fe (diff)
pass ScPrintRangeSaver around by std::unique_ptr
Change-Id: I5b5ffe9f421b63951b05d9d6f58af346b8fdf0d1 Reviewed-on: https://gerrit.libreoffice.org/59029 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index f36ec2a92573..625818ce5cfb 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -800,7 +800,7 @@ private:
const SfxItemPropertySet* pSheetPropSet;
SCTAB GetTab_Impl() const;
- void PrintAreaUndo_Impl( ScPrintRangeSaver* pOldRanges );
+ void PrintAreaUndo_Impl( std::unique_ptr<ScPrintRangeSaver> pOldRanges );
protected:
virtual const SfxItemPropertyMap& GetItemPropertyMap() override;