diff options
author | Gülşah Köse <gulsah.kose@collabora.com> | 2024-11-14 10:44:47 +0300 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2024-11-19 05:38:59 +0100 |
commit | b4b3949da1aad091b9f8d0f301f9f7031d6ce295 (patch) | |
tree | bd253ddfe0c8ff3831e511e2874ea0b63cc47cd4 /compilerplugins/clang | |
parent | 3e9658a201f60dee95bd1bd8421b18bf8905c308 (diff) |
Fix the wrong detection of hidden autofilter button
Regression caused by 2942fdc8dbda375622d0add8c36df2d6679e321a
OOXML <filterColumn colId="0">
Autofilter range colID is not absolute id. It starts always with 0 even
if the autofiltered range doesn't start with col 0 in the document.
So we are checking the flag from document (rDoc), not from the autofiltered range. So
we should use absolute column id to get right flag.
Signed-off-by: Gülşah Köse <gulsah.kose@collabora.com>
Change-Id: I1f94058caa23686596d57dd6983ddf02cd8f5e71
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176564
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176717
Tested-by: Jenkins
Diffstat (limited to 'compilerplugins/clang')
0 files changed, 0 insertions, 0 deletions