desktop/source/lib/init.cxx      |    1 +
 sfx2/source/control/unoctitm.cxx |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit de60fbd120cf56696bb07f72fef2b86feccddde1
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Tue Apr 5 19:07:26 2022 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Fri Apr 15 11:27:31 2022 +0200

    lok: send status update for .uno:SplitCell
    
    Change-Id: Ic972d3ff3334f4c3a507868a95ac955c9ffbc614
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132585
    Reviewed-by: Mert Tumer <mert.tu...@collabora.com>
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132909
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 82bb8715960b..c6fb6d1460b8 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3115,6 +3115,7 @@ static void doc_iniUnoCommands ()
         OUString(".uno:InsertCaptionDialog"),
         OUString(".uno:FormatGroup"),
         OUString(".uno:SplitTable"),
+        OUString(".uno:SplitCell"),
         OUString(".uno:MergeCells"),
         OUString(".uno:DeleteNote"),
         OUString(".uno:AcceptChanges"),
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index f7b6ecefba0d..00985b1fe4ee 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1058,6 +1058,7 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, 
SfxViewFrame* pViewFra
              aEvent.FeatureURL.Path == "InsertCaptionDialog" ||
              aEvent.FeatureURL.Path == "MergeCells" ||
              aEvent.FeatureURL.Path == "SplitTable" ||
+             aEvent.FeatureURL.Path == "SplitCell" ||
              aEvent.FeatureURL.Path == "DeleteNote" ||
              aEvent.FeatureURL.Path == "AcceptChanges" ||
              aEvent.FeatureURL.Path == "SetDefault" ||

Reply via email to