To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105239
------- Additional comments from [email protected] Mon Sep 21 14:10:07 +0000 2009 ------- Thanks for spotting this. A C++ reference to the SfxApplication is wrong, as long as SfxApplication still needs so much "bootstrapping", the only way to access it should be SfxApplication::GetOrCreate(). Alternatively if the reference should be kept, it should be converted to a pointer that is set to zero when an SFX_HINT_DYING from the SfxApplication is received. Do you consider this a scenario that justifies target 3.2 (showstopper) or 3.2.1? --------------------------------------------------------------------- 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]
