To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=99771 Issue #|99771 Summary|svtools: ambiguous && || Component|utilities Version|DEV300m42 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|cd Reported by|cmc
------- Additional comments from [email protected] Mon Mar 2 10:51:58 +0000 2009 ------- Fix for some more warnings in svtools. The change from aText.Len() > 1 && aText.Copy( aText.Len() - 3, 3 ).CompareToAscii( "/.." ) to aText.Len() > 2 && aText.Copy( aText.Len() - 3, 3 ).CompareToAscii( "/.." ) is probably the most important one, otherwise just add extra brackets to the existing logic to avoid the new gcc 4.4 warnings --------------------------------------------------------------------- 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]
