To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103668 Issue #|103668 Summary|svx: overly const getHitTolLog/getMinMovLog Component|Drawing Version|DEV300m52 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|cmc Reported by|cmc
------- Additional comments from [email protected] Mon Jul 20 15:38:33 +0000 2009 ------- a method can be const, but returning a const primitive has no meaning and is warned upon with recent gcc's. Often because it was meant to be a const method, in this case its both a const method and returning a const primitive. Warnings-free patch attached --------------------------------------------------------------------- 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]
