diff options
author | Andras Timar <andras.timar@collabora.com> | 2024-06-07 10:56:45 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-06-11 06:37:01 +0200 |
commit | 719958306782ef7e79c2f0e07f621ba9a050a623 (patch) | |
tree | 7d1771816257837cb84157619db5e3f2b89da904 /desktop | |
parent | 7d334ba7467d03e2d890e2926244f783d403878f (diff) |
LOK: do not use deprecated .uno:BackColor
.uno:BackColor was deprecated in
be3d34b5d6b97c3eb12ab3f84ce2da2ef965a928
which changed the label to
"Character Highlighting Color (deprecated - use CharBackColor)"
We do not want this label to appear in LOK based product.
The corresponding online patch set:
https://github.com/CollaboraOnline/online/pull/9225
Change-Id: Ieb780d278cd45bf82a2b4acee0abd17af2dc71eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168519
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
(cherry picked from commit db27cd2246cfc54abd94885ce5edbdca69688af0)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168616
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 464c2498cf9f..c8af7f847ee5 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3635,7 +3635,6 @@ static void doc_iniUnoCommands () u".uno:AlignLeft"_ustr, u".uno:AlignHorizontalCenter"_ustr, u".uno:AlignRight"_ustr, - u".uno:BackColor"_ustr, u".uno:BackgroundColor"_ustr, u".uno:TableCellBackgroundColor"_ustr, u".uno:Bold"_ustr, |