To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103788 Issue #|103788 Summary|testtools: wrong protected inheritance Component|udk Version|DEV300m52 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|kr Reported by|tono
------- Additional comments from [email protected] Fri Jul 24 22:13:51 +0000 2009 ------- Some classes in testtools have osl::DebugBase as a protected base class. However, in debug build the constructor of osl::DebugBase is casting "this" pointer to the derived class pointer. So the inheritance should be public. Unless, the debug build will break. --------------------------------------------------------------------- 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]
