cache error strings for ScTable::validQuery() (tdf#133835)
commit1a32af4192291ea5cfe7c4c143144a5dab1f156e
authorLuboš Luňák <l.lunak@collabora.com>
Mon, 22 Nov 2021 12:16:43 +0000 (22 13:16 +0100)
committerLuboš Luňák <l.lunak@collabora.com>
Mon, 22 Nov 2021 14:46:46 +0000 (22 15:46 +0100)
treefd03edb4401e53efe314c38c21ec2e480844d2b4
parent2de99501b7d7b32867d23d4089197e132c6a0526
cache error strings for ScTable::validQuery()  (tdf#133835)

Avoid calling SharedStringPool::intern() on values that are
repeatedly the same.

Change-Id: I094f2e777a4ca24536e0c25e6a1c6358ccf49f61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125660
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
sc/inc/table.hxx
sc/source/core/data/dociter.cxx
sc/source/core/data/table3.cxx