https://issues.apache.org/ooo/show_bug.cgi?id=122420
--- Comment #8 from Armin Le Grand <[email protected]> --- ALG: It's a regression caused by #120481# where openOfficeToSystemFlavor was split to openOfficeToSystemFlavor and internalOpenOfficeToSystemFlavor. Not in all ceses where openOfficeToSystemFlavor was called is internalOpenOfficeToSystemFlavor called. Adding to call it in OSXTransferable::getTransferData solves the problem. To do so I have to make internalOpenOfficeToSystemFlavor public and call it there. Refining code... -- You are receiving this mail because: You are on the CC list for the bug.
