summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc3.cxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-05 12:43:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-05 14:28:02 +0100
commita129f3b20bd8e28c931e5318d981daa51af067d3 (patch)
tree78c3df447a04bba7b90eb6c5fdd89f29325a063a /sc/source/ui/view/dbfunc3.cxx
parentc44fa10aa2a04945196622c73272c775374be486 (diff)
std::set->o3tl::sorted_set in ScDPCache
Change-Id: I8d647149545d0b5ff7bb82a8db171b9410ea79b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105337 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/view/dbfunc3.cxx')
-rw-r--r--sc/source/ui/view/dbfunc3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/dbfunc3.cxx b/sc/source/ui/view/dbfunc3.cxx
index 55b308dfb869..f7a79a173e0f 100644
--- a/sc/source/ui/view/dbfunc3.cxx
+++ b/sc/source/ui/view/dbfunc3.cxx
@@ -1644,7 +1644,7 @@ void ScDBFunc::DataPilotInput( const ScAddress& rPos, const OUString& rString )
ScDPCollection* pDPs = rDoc.GetDPCollection();
if (pDPs)
{
- std::set<ScDPObject*> aRefs;
+ o3tl::sorted_vector<ScDPObject*> aRefs;
// tdf#111305: Reload groups in cache after modifications.
pDPs->ReloadGroupsInCache(pDPObj, aRefs);
} // pDPs