Issue 35478

Summary: InputBox shows up "Error"-String in Title and as default string
Product: App Dev Reporter: christianjunker
Component: apiAssignee: b.osi.ooo
Status: CLOSED FIXED QA Contact: issues@api <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
screenshot none

Description christianjunker 2004-10-13 21:50:56 UTC
The RTL function InputBox shows up weird Error formatted strings in its Title
and in its textfield (as default value) in case one calls it in the following way:

Sub BoxShowsError()

 InputBox("Hi",,,1000,1000) '2 error strings
 InputBox("Hi","Title",,1000,1000) '1 error string as default value

End Sub

It seems not to handle optional arguments in a proper way.
Comment 1 christianjunker 2004-10-13 21:55:08 UTC
Created attachment 18382 [details]
screenshot
Comment 2 stephan.wunderlich 2004-10-14 14:55:15 UTC
sw->ab: seems to be one for you
Comment 3 ab 2005-04-06 17:00:20 UTC
Started
Comment 4 ab 2005-07-25 14:20:03 UTC
Fixed
Comment 5 ab 2006-03-09 14:53:07 UTC
ab: According to discussion with kso/sw -> 2.0.3
Comment 6 ab 2006-03-24 14:19:20 UTC
-> tbo


re-open issue and reassign to tbo@openoffice.org
Comment 7 ab 2006-03-24 14:19:24 UTC
reassign to tbo@openoffice.org
Comment 8 ab 2006-03-24 14:19:35 UTC
reset resolution to FIXED
Comment 9 b.osi.ooo 2006-04-04 17:41:49 UTC
verified in CWS verified 
Comment 10 b.osi.ooo 2006-04-13 18:15:14 UTC
integrated in src680m163

 close