From add7d506b9ef9b799aefbbae1270642991b15668 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 17 Sep 2018 15:58:34 +0200 Subject: loplugin:useuniqueptr in SvImpLBox Change-Id: I59aa026217ed250fab68afc4aa0086d4d1300eac Reviewed-on: https://gerrit.libreoffice.org/60627 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svtools/treelistbox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 aDoubleClickHdl; SvTreeListEntry* pTargetEntry; SvLBoxButtonData* pCheckButtonData; - std::vector aTabs; + std::vector> aTabs; SvTreeFlags nTreeFlags; SvTreeListBoxFlags nImpFlags; // Move/CopySelection: Position of the current Entry in SelectionList -- cgit