diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2022-01-07 12:43:48 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2022-01-09 15:43:53 +0100 |
commit | dd6ff1fd7fea0cfae75e5f65afed9d5f871d1313 (patch) | |
tree | 929b067780680b173ce7592c0042b493ef66fb83 /solenv | |
parent | 9ba45189c76373d0464cc06902270914888162a3 (diff) |
implement anyToHash() and use it for SdrCustomShapeGeometryItem
Using anyLess() still has quite some cost with bsc#1183308, this
makes the cost almost unnoticeable.
Since some values of Any are not handled, return empty std::optional
for those cases.
Change-Id: Ib45a81441e8bb456c4749f9bc53a981f09bbb1a5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128109
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index b8bebd05da48..8ead6910664f 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -1380,6 +1380,7 @@ comphelper/source/misc/accessibletexthelper.cxx comphelper/source/misc/accessiblewrapper.cxx comphelper/source/misc/accimplaccess.cxx comphelper/source/misc/anycompare.cxx +comphelper/source/misc/anytohash.cxx comphelper/source/misc/anytostring.cxx comphelper/source/misc/asyncnotification.cxx comphelper/source/misc/backupfilehelper.cxx |