https://bugs.documentfoundation.org/show_bug.cgi?id=142635
--- Comment #17 from Mike Kaganski <[email protected]> --- (In reply to Mike Kaganski from comment #16) > the platform-specific clipboard code now could do something with the > Chart-specific ScDocument so that it already has correct table names when > this code executes, while Windows-specific code does that in a different > order. OTOH, debugging on Linux, I see the same hits inside the 'if (!bExtDoc && !rDoc.GetTable( aTab, nTab ))' branch - so there's likely something happening *on paste* to undo this incorrect reference created on copy - that executes in some circumstances (on Linux; on some Windows), but not in other circumstances ... Yet I still think that copy code is the primary suspect here, there should not be a reason to generate such invalid references in the first place. -- You are receiving this mail because: You are the assignee for the bug.
