To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=95010 Issue #|95010 Summary|implement a proper solution for issue 94033, removing |the (partial) hack which was needed on the 3.0.1 branc |h Component|Database access Version|current Platform|Unknown URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|TASK Priority|P3 Subcomponent|none Assigned to|fs Reported by|fs
------- Additional comments from [EMAIL PROTECTED] Thu Oct 16 13:04:32 +0000 2008 ------- The fix for issue 94033, which went (well: hopefully will go) into 3.0.1, was sub-optimal in that it needed to use a slight hack: In SdrPaintView::BeginCompleteRedraw/EndCompleteRedraw, |this| is casted to |FmFormView|, and if the resulting pointer is not NULL, then public methods on the FmFormView are called. The proper solution for this, of course, is to make Begin/EndCompleteRedraw virtual (or introduce other virtual methods to be called from there), and override those methods in FmFormView. However, such a change would have been incompatibly, starting from svx upwards - which is a no-go for a micro-update. So, this task here is a reminder to implement the proper solution, as soon as dba301a (the CWS containing the fix for issue 94033) is integrated into the DEV300 code line. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
