From 719958306782ef7e79c2f0e07f621ba9a050a623 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 7 Jun 2024 10:56:45 +0200 Subject: 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 Reviewed-by: Miklos Vajna (cherry picked from commit db27cd2246cfc54abd94885ce5edbdca69688af0) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168616 Tested-by: Jenkins Reviewed-by: Andras Timar --- desktop/source/lib/init.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop/source/lib/init.cxx') 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, -- cgit