To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78216
------- Additional comments from [EMAIL PROTECTED] Wed Jun 13 06:43:07 +0000 2007 ------- As mentioned in the other issues reported by Axivion, we did not put great effort into finding _the_ intended solution as that would have meant digging deep into the meaning of the code. Our static code analyzer (based on the EDG front-end which is used e.g. inside the Intel C++ compiler as well) just flagged the error and we tried to find a fix. Even without the template being instantiated, the EDG does some checks and the field selection operator instead of the dereference field selection was caught even without the template being instantiated. If instantiating the template results in other errors that can only be detected at instantiation time with the actual template parameters, then this of course cannot be detected if the template is never instantiated at all. --------------------------------------------------------------------- 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]
