https://bugs.documentfoundation.org/show_bug.cgi?id=119411

--- Comment #13 from andreas_k <[email protected]> ---
this is how the cut, copy, paste section look like in ALL context menues (if
PasteSpecialMenu is available)

  <menu:menuitem menu:id=".uno:Cut"/>
  <menu:menuitem menu:id=".uno:Copy"/>
  <menu:menuitem menu:id=".uno:Paste"/>
  <menu:menu menu:id=".uno:PasteSpecialMenu">
    <menu:menupopup>
      <menu:menuitem menu:id=".uno:PasteUnformatted"/>
      <menu:menuitem menu:id=".uno:PasteSpecial"/>
    </menu:menupopup>
  </menu:menu>

The submenu has always two items. Should I add the same PasteSpecialMenu than
in the menubar? Or when PasteSpecial isn't available show PasteUnformatted
outside the submenu?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to