desktop/source/lib/init.cxx      |    3 ++-
 sfx2/source/control/unoctitm.cxx |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit b83c86b5474f5d760adaed198dfcd842053c5599
Author:     Pranam Lashkari <lpra...@collabora.com>
AuthorDate: Fri Jun 23 23:31:10 2023 +0700
Commit:     Aron Budea <aron.bu...@collabora.com>
CommitDate: Mon Jun 26 20:44:55 2023 +0200

    LOK: send state of DataFilterAutoFilter
    
    Change-Id: Ib71dcdb6b02f3c1e9e1c552a718cb03e7cd9a4b4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153532
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Aron Budea <aron.bu...@collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 874e3ac1ffb2..5d957a9c89be 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3594,7 +3594,8 @@ static void doc_iniUnoCommands ()
         OUString(".uno:InsertDateContentControl"),
         OUString(".uno:InsertDropdownContentControl"),
         OUString(".uno:InsertPlainTextContentControl"),
-        OUString(".uno:InsertPictureContentControl")
+        OUString(".uno:InsertPictureContentControl"),
+        OUString(".uno:DataFilterAutoFilter")
     };
 
     util::URL aCommandURL;
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index fa131fe09ff6..99bbc2afa7bf 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -951,7 +951,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;
 

Reply via email to