diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-05 15:52:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-06 14:36:56 +0200 |
commit | 3e62ac3e9ef2f6759d8faca2c012dba51c314ba5 (patch) | |
tree | a7a8c60af750eb9317ad75fabbb9cafaeba21e53 /chart2/inc | |
parent | b603c7629143b99f19f7ac6c4da2ab67d5ba20df (diff) |
loplugin:useuniqueptr in VCoordinateSystem
Change-Id: I369d6755d3de2dd885214115559150256298852d
Reviewed-on: https://gerrit.libreoffice.org/60051
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartView.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx index 9d71af8c8eab..5ae3930ebd01 100644 --- a/chart2/inc/ChartView.hxx +++ b/chart2/inc/ChartView.hxx @@ -223,7 +223,7 @@ private: //member std::shared_ptr< DrawModelWrapper > m_pDrawModelWrapper; - std::vector< VCoordinateSystem* > m_aVCooSysList; + std::vector< std::unique_ptr<VCoordinateSystem> > m_aVCooSysList; ::cppu::OMultiTypeInterfaceContainerHelper m_aListenerContainer; |