[Libreoffice-bugs] [Bug 139701] UI: Underline split button in regular toolbar
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Feb 18 14:47:51 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=139701
Heiko Tietze <heiko.tietze at documentfoundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |difficultyBeginner,
| |easyHack, skillDesign,
| |topicUI
--- Comment #6 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
In sw/uiconfig/*/toolbar/textobjectbar.xml the line <toolbar:toolbaritem
xlink:href=".uno:UnderlineSimple"/> needs to be replaced by
<toolbar:toolbaritem xlink:href=".uno:Underline"/>
The command is also used on other toolbars and in other modules. Check
https://opengrok.libreoffice.org/search?project=core&full=".uno%3AUnderlineSimple"
to find all places. Please carefully consider if the simple command isn't
better suited (not necessarily but possibly).
(Note: .uno:UnderlineSimple has a target URL .uno:Underline while
.uno:UnderlineSingle is another command. Quite confusing and worth to clean
up.)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210218/6d404fd3/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list