From f0d007b7b70e2845df082d11f023e4fca9ac947f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 4 Jul 2018 13:53:15 +0200 Subject: loplugin:useuniqueptr in ScDPDataDimension Change-Id: I74d6fd6a291d518c26180836706e4195f1144c8f Reviewed-on: https://gerrit.libreoffice.org/56944 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/dptabres.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc') diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx index f57816dcb080..d4d14d735156 100644 --- a/sc/inc/dptabres.hxx +++ b/sc/inc/dptabres.hxx @@ -614,7 +614,7 @@ class ScDPDataDimension private: const ScDPResultData* pResultData; const ScDPResultDimension* pResultDimension; // column - ScDPDataMembers maMembers; + std::vector> maMembers; bool bIsDataLayout; //! or ptr to IntDimension? public: -- cgit