Issue 106343 - FunctionAccess service crashes with date-related add-in functions
Summary: FunctionAccess service crashes with date-related add-in functions
Status: CLOSED FIXED
Alias: None
Product: Calc
Classification: Application
Component: programming (show other issues)
Version: OOO320m2
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: oc
QA Contact: issues@sc
URL:
Keywords: crash, regression
Depends on:
Blocks: 99999
  Show dependency tree
 
Reported: 2009-10-27 13:51 UTC by niklas.nebel
Modified: 2017-05-20 11:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description niklas.nebel 2009-10-27 13:51:34 UTC
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
Comment 1 niklas.nebel 2009-10-27 17:24:34 UTC
Fixed in CWS "calc32stopper5".
Comment 2 niklas.nebel 2009-11-13 09:37:59 UTC
reassigning to QA for verification
Comment 3 oc 2009-11-16 09:16:28 UTC
verified in internal build cws_calc32stopper5