summaryrefslogtreecommitdiff
path: root/sw/uiconfig/sglobal
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2023-07-05 01:28:05 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2023-07-05 08:14:20 +0200
commitc0f1f67bfd2853554b58127e91443526c44163d7 (patch)
treea1eceb199f19a3b6ff6b5a3ebe9242368fd81dee /sw/uiconfig/sglobal
parentd74344f6cae0cf1c12f08249c8f49be1374fb98f (diff)
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 <momonasmon@gmail.com>
Diffstat (limited to 'sw/uiconfig/sglobal')
-rw-r--r--sw/uiconfig/sglobal/toolbar/textstylebar.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:visible="false"/>
<toolbar:toolbarseparator/>
- <toolbar:toolbaritem xlink:href=".uno:FontColor"/>
+ <toolbar:toolbaritem xlink:href=".uno:Color"/>
<toolbar:toolbaritem xlink:href=".uno:CharBackColor"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:ResetAttributes"/>