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

--- Comment #9 from Mike Kaganski <mikekagan...@hotmail.com> ---
As an unrelated note, I'd mention that it would be generally better to avoid
use of dispatcher to execute UNO URIs, and in this case use SystemClipboard
service [1] and getTransferable [2] from XTransferableSupplier interface, that
is implemented by controllers.

But indeed, calling .uno:Copy on a specific frame would naturally be expected
to act on that frame's document.

[1]
https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1datatransfer_1_1clipboard_1_1SystemClipboard.html
[2]
https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1datatransfer_1_1XTransferableSupplier.html#ae9847e756ddd6ebeea6a0b1768e6f806

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to