diff options
author | Pranam Lashkari <lpranam@collabora.com> | 2023-06-23 23:31:10 +0700 |
---|---|---|
committer | Aron Budea <aron.budea@collabora.com> | 2023-06-26 22:58:13 +0200 |
commit | 1be3ab048d417611055a76d1776a0a69eb6fc6dd (patch) | |
tree | 43beac52c9e8c39bec0899fe36cc85d0607a1621 /sfx2 | |
parent | 930eb99a712a3ad9b76e9edb68bbcea68af36656 (diff) |
LOK: send state of DataFilterAutoFilter
Change-Id: Ib71dcdb6b02f3c1e9e1c552a718cb03e7cd9a4b4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153532
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Aron Budea <aron.budea@collabora.com>
(cherry picked from commit 0407d4290617dc717abed3ea48f1abf3cf1d750f)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153602
Tested-by: Jenkins
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index 4495873a89af..2feec75dac6c 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -935,7 +935,8 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, SfxViewFrame* pViewFra aEvent.FeatureURL.Path == "SheetRightToLeft" || aEvent.FeatureURL.Path == "SpacePara1" || aEvent.FeatureURL.Path == "SpacePara15" || - aEvent.FeatureURL.Path == "SpacePara2") + aEvent.FeatureURL.Path == "SpacePara2" || + aEvent.FeatureURL.Path == "DataFilterAutoFilter") { bool bTemp = false; |