To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115510





------- Additional comments from m...@openoffice.org Wed Dec 15 08:29:20 +0000 
2010 -------
The usage of private (or protected) inheritance from SwClient turned out to be
too risky - code using dynamic_casts from or to SwClient would break silently.
So I reverted this changes. This also made the following changes obsolete: 
- addition of GetClientBase()
- additional TYPEINFO in SwModify and SwTOXBase

Instead of this, I at least replaced code that adds or removes SwClients to
SwModifies by new methods that explicitly describe which objects interact (e.g.
"SwFrm::RegisterToFormat( SwFrmFmt& )") if the argument of "Add" or "Remove"
isn't "this" so that the knowledge of an object being derived from SwClient is
not used except in the implementation of this object itself.


---------------------------------------------------------------------
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to