diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-03 13:02:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-04 08:37:07 +0200 |
commit | fa1028a0cd2b50d7077e4d3f7e3ae2ea96f19a53 (patch) | |
tree | df326f94558b1fb7b8cc91d85dc882efca4ec46c /sc/inc/cellsuno.hxx | |
parent | 7b6411d0160ea9b714607274aa89ad3b09c09cae (diff) |
loplugin:useuniqueptr in ScCellsEnumeration
Change-Id: I2ab494c977e6c877064ba6561d850b62bef2b438
Reviewed-on: https://gerrit.libreoffice.org/56911
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.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index 5b41dfbaef42..9cc132541a83 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -1082,7 +1082,7 @@ private: ScDocShell* pDocShell; ScRangeList aRanges; ScAddress aPos; - ScMarkData* pMark; + std::unique_ptr<ScMarkData> pMark; bool bAtEnd; private: |