diff options
author | Tor Lillqvist <tml@collabora.com> | 2021-01-15 18:19:11 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2021-01-16 09:17:05 +0100 |
commit | a42fa14a1d48ca7a880171c16a395eadf07efcad (patch) | |
tree | ad4e39eed069fb783e0e1b224f7beb43c2e23ff8 /android | |
parent | 059c9172d99f69a95fea7834623f72d04e2f0618 (diff) |
Enable pasting of LINK data from the system pasteboard on macOS
Also add more documentation on how the flavorMap array works. The
interesting thing is that the code stores anything you throw at it on
the system pasteboard. But in another LibreOffice process, it won't
accept types not mentioned in the array even if it as such is a type
that other parts of the code would look for.
Thus, adding the
"application/x-openoffice-link;windows_formatname=\"Link\"" type to
the array means that if there is such data on the system pasteboard
(from an earlier or simultaneous run of LibreOffice), it will be
pasteable also in a different LibreOffice process from the one that
put it there.
(While at it, order the FLAVOR_FOO variable definitions to be in the
same order as their use in the array entries.)
Change-Id: I913cc732e4dfb32d4b098505aa10806976db6326
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109384
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'android')
0 files changed, 0 insertions, 0 deletions