To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106343 Issue #|106343 Summary|FunctionAccess service crashes with date-related add-i |n functions Component|Spreadsheet Version|OOO320m2 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P2 Subcomponent|programming Assigned to|nn Reported by|nn
------- Additional comments from n...@openoffice.org Tue Oct 27 12:51:34 +0000 2009 ------- The following macro crashes in OOO320m2. It worked in 3.1.1. Sub Test oFunc = CreateUnoService("com.sun.star.sheet.FunctionAccess") dim aArgs(0 to 1) as variant aArgs(0) = 40116 aArgs(1) = 1 print oFunc.callFunction("com.sun.star.sheet.addin.Analysis.getWorkday",aArgs()) End Sub --------------------------------------------------------------------- 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: issues-unsubscr...@sc.openoffice.org For additional commands, e-mail: issues-h...@sc.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org