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] Tue Jun 12 15:13:14 +0000 2007 ------- Funny thing! Of course the compiler would complain about mpList.size() but it's a template function and nobody makes use of it. I checked what happens when I use this template method and the compiler complains. I changed the code like described and the complier complained again!! Neither mplist.size() neither mplist->size() can be compiled. The patch does not work! The solution would be to replace mplist.size() by mplist->count() but I prefer to remove this unused template function. Done in CWS swqbf99. --------------------------------------------------------------------- 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]
