summaryrefslogtreecommitdiff
path: root/sc/inc/textuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-03 09:40:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-04 09:56:53 +0200
commitaab78c06f42fea5662c32d842e513bd212aa9c31 (patch)
tree760269c198de99ce6137f9a4b013b73cae255d99 /sc/inc/textuno.hxx
parent96928bb74a993f3020ed71776d11b9849501f90c (diff)
loplugin:useuniqueptr in ScCellTextData
Change-Id: I60a0ffe27b2bbd7d2661fc0fa288730cb71be0b2 Reviewed-on: https://gerrit.libreoffice.org/56904 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/textuno.hxx')
-rw-r--r--sc/inc/textuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx
index f8ae5f60bff8..ec66fdcf17c0 100644
--- a/sc/inc/textuno.hxx
+++ b/sc/inc/textuno.hxx
@@ -323,8 +323,8 @@ protected:
ScDocShell* pDocShell;
ScAddress aCellPos;
std::unique_ptr<ScFieldEditEngine> pEditEngine;
- SvxEditEngineForwarder* pForwarder;
- ScCellEditSource* pOriginalSource;
+ std::unique_ptr<SvxEditEngineForwarder> pForwarder;
+ std::unique_ptr<ScCellEditSource> pOriginalSource;
bool bDataValid;
bool bInUpdate;
bool bDirty;