diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-10 13:39:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-11 09:47:38 +0200 |
commit | 1ae25f489575c349d9860caa1336cdbd74a5a01a (patch) | |
tree | a97f8f544f1130b69f44554c9438a8f9af3e756e /sd/inc | |
parent | c26351ee513afe0557a6ea51a9072714e8a0434f (diff) |
loplugin:datamembershadow in SdrOutliner
and make the superclass field private too
Change-Id: Ibfe030859d2d81b1cb5b7f47c1292210b16ae42c
Reviewed-on: https://gerrit.libreoffice.org/54108
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/Outliner.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx index c58e749305bf..672fd1ac4dbb 100644 --- a/sd/inc/Outliner.hxx +++ b/sd/inc/Outliner.hxx @@ -282,7 +282,7 @@ private: SdrObject* mpFirstObj; /// Candidate for being searched/spell checked. - SdrTextObj* mpTextObj; + SdrTextObj* mpSearchSpellTextObj; /// Current text to be searched/spelled inside the current text object sal_Int32 mnText; |