desktop/source/lib/init.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit db27cd2246cfc54abd94885ce5edbdca69688af0
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Fri Jun 7 10:56:45 2024 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Mon Jun 10 09:36:35 2024 +0200

    LOK: do not use deprecated .uno:BackColor
    
    Change-Id: Ieb780d278cd45bf82a2b4acee0abd17af2dc71eb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168519
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index af14bae07df1..eae08a12889e 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3719,7 +3719,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,

Reply via email to