diff options
Diffstat (limited to 'sfx2/source')
-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 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 }, |