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

New commits:
commit c97de4c92e21e9708e0f3b9f76cb1b71a5648b35
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: Wed Apr 6 08:39:52 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>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index b3b506043ba6..fdf93283101f 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3146,6 +3146,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 2b55f8d202be..025dace91506 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1168,6 +1168,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