To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=79099 Issue #|79099 Summary|if ( ( nCompression < 0 ) && ( nCompression > 9 ) ) Component|utilities Version|OOo 2.2.1 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|sj Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Mon Jul 2 15:37:05 +0000 2007 ------- That's can't be right :-) maybe should be if ( ( nCompression < 0 ) || ( nCompression > 9 ) ) for the png export dialog in svtools, I can take care of it if you want, --------------------------------------------------------------------- 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]
