summaryrefslogtreecommitdiff
path: root/extensions/test/ole/unoTocomCalls
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2024-08-01 15:53:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-08-01 21:03:13 +0200
commit639a1f39dd45a6ff71eec2c073a84a9f181e350f (patch)
tree87b8062fc2db6c4c1b27a73e0a401bbb79cdd5d0 /extensions/test/ole/unoTocomCalls
parent528f1451c950160650968d791a241d9501661069 (diff)
optimise GetDataEntries a little HEADmaster
instead of swapping variously between std::vector, std::set<ScTypedStrData> and ScTypedCaseStrSet, just use the last one, which is the one that we want. Note that this is a behaviour change, because even though most of the code carefully used case-sensitive comparison, the code in ScColumn::GetEntries used the default ScTypedStrData::operator< which is case-insensitive. I think that case-sensitive is what we really want. Change-Id: I097dac6f5b5b1caa1d3dd7000aee516e9923c6e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171378 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions/test/ole/unoTocomCalls')
0 files changed, 0 insertions, 0 deletions