To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=97165
------- Additional comments from [email protected] Fri Dec 12 12:50:47 +0000 2008 ------- This is an obvious error in your macro args(2).Name = "ExportFormFields" args(2).Value = "false" Correct code is : args(2).Name = "ExportFormFields" args(2).Value = false ' ... or true, but not as a string --------------------------------------------------------------------- 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]
