summaryrefslogtreecommitdiff
path: root/sfx2/source/control
diff options
context:
space:
mode:
authorDarshan-upadhyay1110 <darshan.upadhyay@collabora.com>2024-07-01 19:26:27 +0530
committerMiklos Vajna <vmiklos@collabora.com>2024-08-30 17:13:53 +0200
commit1eadf17f4bdcbc18d7b9488fd47a4bf8fb12eb58 (patch)
tree9e526dd28f618f8737af5798bdf14a0a630822df /sfx2/source/control
parent4fce95ee5251f1466938b0aa69006b25886d8d8b (diff)
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 <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sfx2/source/control')
-rw-r--r--sfx2/source/control/unoctitm.cxx1
1 files changed, 1 insertions, 0 deletions
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 },