diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-20 09:35:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-22 07:36:12 +0100 |
commit | c0a76a9460a4a7db1575bc87744985150462a334 (patch) | |
tree | d2cc1666b78ead928eb3652d471b5f24a77b50c3 /sc/inc/column.hxx | |
parent | 2074a7a42d5865ce2915a0e3c16535d5105c6e71 (diff) |
loplugin:useuniqueptr in ScColumn
Change-Id: If2f8e1f730fabaf124e515dbe58ec5d755d1e57b
Reviewed-on: https://gerrit.libreoffice.org/51667
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 9957b05225fd..4a93f21ed381 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -141,7 +141,7 @@ class ScColumn // Cell values. sc::CellStoreType maCells; - ScAttrArray* pAttrArray; + std::unique_ptr<ScAttrArray> pAttrArray; size_t mnBlkCountFormula; |