Issue 125308 - vba xls export crashes aoo
Summary: vba xls export crashes aoo
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: vba (show other issues)
Version: 4.2.0-dev
Hardware: PC Windows 7
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-25 13:26 UTC by Oliver Brinzing
Modified: 2014-07-25 13:26 UTC (History)
0 users

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


Attachments
export_xls.vbs (1.04 KB, text/plain)
2014-07-25 13:26 UTC, Oliver Brinzing
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Oliver Brinzing 2014-07-25 13:26:15 UTC
Created attachment 83739 [details]
export_xls.vbs

attached vbs script will crash aoo if one remove's the "WScript.Sleep 1000"

[...]
call oDoc.storeToURL(cOutputURL, vArgs)
' without wait aoo crashes ...
WScript.Sleep 1000
call oDoc.close(False)