sfx2/source/control/unoctitm.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1eadf17f4bdcbc18d7b9488fd47a4bf8fb12eb58
Author:     Darshan-upadhyay1110 <darshan.upadh...@collabora.com>
AuthorDate: Mon Jul 1 19:26:27 2024 +0530
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Fri Aug 30 17:13:53 2024 +0200

    Send statechange info after .uno:TableCellBackgroundColor
    
    - statechange information should be send to online after we change table 
background color.
    
    Change-Id: Ib16bd2469517052b5f55eac4eee938aaa3bef05a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172646
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Jenkins

diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 431c68cbd953..f39132c708ff 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1161,6 +1161,7 @@ constexpr auto handlers = 
frozen::make_unordered_map<std::u16string_view, Payloa
 
     { u"BackColor", ColorPayload },
     { u"BackgroundColor", ColorPayload },
+    { u"TableCellBackgroundColor", ColorPayload },
     { u"CharBackColor", ColorPayload },
     { u"Color", ColorPayload },
     { u"FontColor", ColorPayload },

Reply via email to