diff options
author | haru-02 <rahulbalaji78@gmail.com> | 2021-04-21 21:55:20 +0400 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-04-22 10:14:42 +0200 |
commit | aac980adda37cde886e43f12dc06d6a73cb6daa6 (patch) | |
tree | 115ab43575f5f3775ea33b376fe712152370b546 /reportdesign | |
parent | 2a70cfb09c4d89154d229b6a95cf076e8bd76798 (diff) |
tdf#139701 change uno:UnderlineSimple to uno:Underline
Change-Id: Ideb436dbbef1c6fb36cae93e5dd55ef2d00698c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114454
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/uiconfig/dbreport/toolbar/Formatting.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/uiconfig/dbreport/toolbar/Formatting.xml b/reportdesign/uiconfig/dbreport/toolbar/Formatting.xml index 7fdf1b3473c7..461bda940f01 100644 --- a/reportdesign/uiconfig/dbreport/toolbar/Formatting.xml +++ b/reportdesign/uiconfig/dbreport/toolbar/Formatting.xml @@ -26,7 +26,7 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Bold"/> <toolbar:toolbaritem xlink:href=".uno:Italic"/> - <toolbar:toolbaritem xlink:href=".uno:UnderlineSimple"/> + <toolbar:toolbaritem xlink:href=".uno:Underline"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara"/> |