desktop/source/lib/init.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 719958306782ef7e79c2f0e07f621ba9a050a623
Author: Andras Timar <[email protected]>
AuthorDate: Fri Jun 7 10:56:45 2024 +0200
Commit: Andras Timar <[email protected]>
CommitDate: Tue Jun 11 06:37:01 2024 +0200
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 <[email protected]>
Reviewed-by: Miklos Vajna <[email protected]>
(cherry picked from commit db27cd2246cfc54abd94885ce5edbdca69688af0)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168616
Tested-by: Jenkins
Reviewed-by: Andras Timar <[email protected]>
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,