https://bz.apache.org/ooo/show_bug.cgi?id=128513
Issue ID: 128513
Issue Type: DEFECT
Summary: Basic IDE - macro assigned to a toolbar produces
com.sun.star.uno.RuntimeException
Product: App Dev
Version: 4.1.12
Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
Severity: Minor
Priority: P5 (lowest)
Component: scripting
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 87094
--> https://bz.apache.org/ooo/attachment.cgi?id=87094&action=edit
Warning message
Tested with a fresh AOO install on Windows, macro security level set to "Low".
Steps to reproduce:
1. Open Basic IDE
2. In the "Standard" Library, "Module 1", sub "Main"
add the line: MsgBox "Hello world!"
3. Save the library (if you like...)
4. Assign this macro to any toolbar (e.g. Standard).
5. Press the button on the toolbar
Result:
AOO displays a warning box:
com.sun.star.uno.RuntimeExceptioninvalid attempt to assign an empty interface
of type com.sun.star.document.XEmbeddedScripts!
Looks like a regression.
--
You are receiving this mail because:
You are the assignee for the issue.