summaryrefslogtreecommitdiff
path: root/sc/inc/chart2uno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-03 09:22:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-04 11:22:45 +0200
commitf91705bf48f4675838452c92f261867600f27bf7 (patch)
tree1f0e90a4f70b7538201378dc4f8283c87747fc54 /sc/inc/chart2uno.hxx
parentc7f762973d21118ce3f5b0baab8850dc89bc4765 (diff)
loplugin:useuniqueptr in ScChart2DataSequence
Change-Id: I340d9fbde1aa53097c162b61505593ee6d9fde35 Reviewed-on: https://gerrit.libreoffice.org/56902 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r--sc/inc/chart2uno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx
index 1083c084d2dd..254934c1d1c4 100644
--- a/sc/inc/chart2uno.hxx
+++ b/sc/inc/chart2uno.hxx
@@ -380,7 +380,7 @@ private:
std::unique_ptr<HiddenRangeListener> m_pHiddenListener;
- ScLinkListener* m_pValueListener;
+ std::unique_ptr<ScLinkListener> m_pValueListener;
XModifyListenerArr_Impl m_aValueListeners;
bool m_bGotDataChangedHint;