https://issues.apache.org/ooo/show_bug.cgi?id=122497
--- Comment #4 from Armin Le Grand <[email protected]> --- ALG: On mac SystemToOfficeDragActions is used to convert between mac D&D actions and ::com::sun::star::datatransfer::dnd::DNDConstants. This method shows why a '5' is set in ScGridWindow::AcceptDrop in nMyAction; the value is a flag-value, not a numerical one. Thus the switch/case in ScGridWindow::AcceptDrop is basically wrong, but has to use the values as flag values. I am only curious why this ever had worked; maybe DND_ACTION_LINK was added in the near past somehow...? -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
