[Libreoffice-bugs] [Bug 62561] FORMATTING / UI: Add "Remove hyperlink" to (context) menu in Calc
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 5 17:43:09 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=62561
andreas_k <kainz.a at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kainz.a at gmail.com
--- Comment #6 from andreas_k <kainz.a at gmail.com> ---
Hi the issue is that add the context menu entries from writer to calc (cell.xml
and celledit.xml) the entries wasn't shown.
<menu:menuitem menu:id=".uno:OpenHyperlinkOnCursor"/>
<menu:menuitem menu:id=".uno:EditHyperlink"/>
<menu:menuitem menu:id=".uno:CopyHyperlinkLocation"/>
<menu:menuitem menu:id=".uno:RemoveHyperlink"/>
<menu:menuitem menu:id=".uno:OpenSmartTagMenuOnCursor"/>
<menu:menuitem menu:id=".uno:ThesaurusFromContext"/>
So there are two options from my point of view:
1. make the editHyperlink, ... actions working in calc
2. use clear direct formating
I prefer option 1 cause RemoveHyperlink and some other commands are ONLY
available in context menu (which is fine) and option 2 is always possible.
So if someone fix the coding part, I'll add the Hyperlink stuff from writer.
--
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/20180905/6deb0646/attachment.html>
More information about the Libreoffice-bugs
mailing list