diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-13 12:29:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-13 12:46:12 +0100 |
commit | af2652c1c288cf3af79cb2618326ea46b71d2e42 (patch) | |
tree | 51005cadb0190382b5f8a6e1911dc1e06a2d6dba /sc/inc | |
parent | 00431a8afcad08da11835131c2cd423d7f8cd115 (diff) |
loplugin:useuniqueptr in ScDocumentPool
Change-Id: Ia43710711b517e72d7758fea5603c1f3bf6e093f
Reviewed-on: https://gerrit.libreoffice.org/51205
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/docpool.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/docpool.hxx b/sc/inc/docpool.hxx index bcdb6d197163..2939f4addd7a 100644 --- a/sc/inc/docpool.hxx +++ b/sc/inc/docpool.hxx @@ -29,7 +29,7 @@ class ScDocument; class SC_DLLPUBLIC ScDocumentPool: public SfxItemPool { - std::vector<SfxPoolItem*>* mpPoolDefaults; + std::vector<SfxPoolItem*> mvPoolDefaults; sal_uInt64 mnCurrentMaxKey; public: |