https://bz.apache.org/bugzilla/show_bug.cgi?id=59180
--- Comment #2 from Dominik Stadler <[email protected]> --- One thing that makes it a bit more complex to fix this is that XSSFGraphicFrame uses an XSSFClientAnchor, but XSSFShape the superclass XSSFAnchor. XSSFClientAnchor seems to hold a bit more information, so I am not sure how this can be combined without causing compatibility problems and missing functionality. The best way I can think of is to rename the field/getters/setters in XSSFGraphicFrame to get/setClientAnchor() to have both available for now, however this still could cause some compatibility errors for other users of XSSFGraphicFrame. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
