diff options
author | Darshan-upadhyay1110 <darshan.upadhyay@collabora.com> | 2024-07-01 19:26:27 +0530 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2024-07-01 19:52:44 +0200 |
commit | b2cf4469fb06059f87952d86af39c437e7358660 (patch) | |
tree | e7f238dd1bb3021b336bafb8551102197052a232 /sfx2 | |
parent | 313ba0472da78d526de0a8bdef36e63a3c230f4e (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/+/169835
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index 2b5f80352c93..04998cc0656e 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 }, |