Issue 116928

Summary: Basic Run-Time Error when oComboBox.additem("&New Item",0) is used
Product: App Dev Reporter: tombil <tombil>
Component: scriptingAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues, oliver.brinzing
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: Unknown   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description tombil 2011-02-11 17:31:27 UTC
Reproduce Steps:
1. Open Basic, create dialog "Dialog1", insert combobox "ComboBox1"
2. Run basic code:
oDialog1 = createUnoDialog(DialogLibraries.Standard.Dialog1)
oComboBox = oDialog1.GetControl("ComboBox1")
oComboBox.additem("New Item",0)  ' OK
oComboBox.additem("&New Item",0) ' Basic Run-Time Error, Message
:StringResourceImpl : No Entry for ResourceID: .
oDialog1.Execute
Comment 1 kay.ramme 2011-02-14 07:14:07 UTC
Andreas, please have a look.
Comment 2 Oliver Brinzing 2011-02-14 11:57:26 UTC
.