From c0f1f67bfd2853554b58127e91443526c44163d7 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Wed, 5 Jul 2023 01:28:05 +0300 Subject: Swap .uno:FontColor for .uno:Color Following tdf#105293, which left some UI elements unchanged. This also simplifies the sidebar, as .uno:Color is universal while .uno:FontColor works only with Writer text. It also benefits tdf#154270, as using the same command in the toolbar and the sidebar will keep their color in sync. Change-Id: Ia6e1ffef4012b6f8db4c9079d0b0c99a59887670 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154012 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky --- sw/uiconfig/sglobal/toolbar/textstylebar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/uiconfig/sglobal') diff --git a/sw/uiconfig/sglobal/toolbar/textstylebar.xml b/sw/uiconfig/sglobal/toolbar/textstylebar.xml index ce4093f0583e..1c6b8667a3ae 100644 --- a/sw/uiconfig/sglobal/toolbar/textstylebar.xml +++ b/sw/uiconfig/sglobal/toolbar/textstylebar.xml @@ -65,7 +65,7 @@ - + -- cgit