<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Contextmenu Writer: Paste Special should be available in all popupmenu files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=119411#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Contextmenu Writer: Paste Special should be available in all popupmenu files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=119411">bug 119411</a>
              from <span class="vcard"><a class="email" href="mailto:kainz.a@gmail.com" title="andreas_k <kainz.a@gmail.com>"> <span class="fn">andreas_k</span></a>
</span></b>
        <pre>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?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>