diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-17 15:58:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-25 14:28:26 +0200 |
commit | add7d506b9ef9b799aefbbae1270642991b15668 (patch) | |
tree | 59bec8482d832a8bbcf8abd13c8529161b904cb3 /include/svtools | |
parent | 191dda3eca5518aa866ddada48bc8465c8aba1ba (diff) |
loplugin:useuniqueptr in SvImpLBox
Change-Id: I59aa026217ed250fab68afc4aa0086d4d1300eac
Reviewed-on: https://gerrit.libreoffice.org/60627
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/treelistbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx index ee6fff1a7d91..abaf5adb3e75 100644 --- a/include/svtools/treelistbox.hxx +++ b/include/svtools/treelistbox.hxx @@ -251,7 +251,7 @@ protected: Link<SvTreeListBox*,bool> aDoubleClickHdl; SvTreeListEntry* pTargetEntry; SvLBoxButtonData* pCheckButtonData; - std::vector<SvLBoxTab*> aTabs; + std::vector<std::unique_ptr<SvLBoxTab>> aTabs; SvTreeFlags nTreeFlags; SvTreeListBoxFlags nImpFlags; // Move/CopySelection: Position of the current Entry in SelectionList |