https://bugs.documentfoundation.org/show_bug.cgi?id=133870
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|medium |lowest Severity|normal |minor --- Comment #7 from Mike Kaganski <[email protected]> --- Commit 8ad0c29f56e5069a3679560d404b603332dcf38a dealt with a similar case - except for step 4 in the original STR. In SwTransferable::SelectPasteFormat, that was introduced there, the check for TransferableObjectDescriptor's class name would only succeed when the descriptor was created in this instance of the program. It is not read from the clipboard, so not populated when the paste comes from another instance. It is of lowest possible priority - because it's absolutely artificial case to change the instances on the same system between a copy and a paste. But the fix would be to read the data from the clipboard there. -- You are receiving this mail because: You are the assignee for the bug.
