diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2020-02-07 13:57:59 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2020-02-07 15:30:26 +0100 |
commit | da7262415fb47710d5ff18fbc33e96a13412ae7b (patch) | |
tree | cb84a12570b48c0faceb52bfa3abe0b585b00e4d /reportdesign | |
parent | 91f54b1990153efd17ea5e33feffd1ec16b0387b (diff) |
reportdesign: Use .uno:UnderlineSimple
So we get a simple button, like it used to be before commit
c81afdb5118536b2e2365a9a9af6b6e162c87aeb ("rework
TextUnderlinePopup to be a PopupWindowController"). The
dropdown doesn't work in reportdesign anyway.
Change-Id: I9cec636ecc983a353b807624cea6523a9a2b92ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88182
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
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 461bda940f01..7fdf1b3473c7 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:Underline"/> + <toolbar:toolbaritem xlink:href=".uno:UnderlineSimple"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara"/> |