summaryrefslogtreecommitdiff
path: root/sd/uiconfig/sdraw/menubar/menubar.xml
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-11-11 12:22:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-11-12 12:25:21 +0100
commit431950e1eade91f8587d3ecffa73fd09136e16b6 (patch)
treed402e05fef613f36992e68efce2359e7cff54304 /sd/uiconfig/sdraw/menubar/menubar.xml
parentf088d85f80c643378262a1f53bdea6f42abcf7d4 (diff)
tdf#121239 give writer, calc and draw/impress the same underline options
uno:Underline is the "real" deal, and has multiple underline options uno:UnderlineSimple is "some underline on" vs no underline calc and writer had UnderlineSingle, UnderlineDouble and UnderlineDotted for that specific type of underline on vs not-on add those to draw/impress too and then use UnderlineSingle instead of Underline in the format menu so that when UnderlineDouble is applied, UnderlineSingle is not show as applied, instead of using Underline ot UnderlineSimple which would show as on if UnderlineDouble was applied Change-Id: I6f9fcf37c2c90d215ea52b536e4fa84734754850 Reviewed-on: https://gerrit.libreoffice.org/82469 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/uiconfig/sdraw/menubar/menubar.xml')
-rw-r--r--sd/uiconfig/sdraw/menubar/menubar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/sdraw/menubar/menubar.xml b/sd/uiconfig/sdraw/menubar/menubar.xml
index 0e48502ec360..c8254a5e6c1e 100644
--- a/sd/uiconfig/sdraw/menubar/menubar.xml
+++ b/sd/uiconfig/sdraw/menubar/menubar.xml
@@ -280,7 +280,7 @@
<menu:menupopup>
<menu:menuitem menu:id=".uno:Bold"/>
<menu:menuitem menu:id=".uno:Italic"/>
- <menu:menuitem menu:id=".uno:Underline"/>
+ <menu:menuitem menu:id=".uno:UnderlineSingle"/>
<menu:menuitem menu:id=".uno:UnderlineDouble"/>
<menu:menuitem menu:id=".uno:Strikeout"/>
<menu:menuitem menu:id=".uno:Overline"/>