Issue 77993 - parameter type check for add-in function in NB wizard
Summary: parameter type check for add-in function in NB wizard
Status: ACCEPTED
Alias: None
Product: App Dev
Classification: Unclassified
Component: sdk (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact: b.osi.ooo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-31 14:46 UTC by jsc
Modified: 2013-02-24 20:54 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jsc 2007-05-31 14:46:52 UTC
The allowed parameter types XPropertySet and Object[] (any[]) needs some special
checking in the wizard. Or at least it would be nice to have this checks available.

XPropertySet -> warning or better permit if this type is more than once used as
parameter type -> it's not allowed

Object[] -> the same as for XPropertySet -> only one parameter can have this
type and additionally it have to be the last parameter. Otherwise the function
can't be used.
Comment 1 steffen.grund 2007-06-19 09:33:12 UTC
accepted.
Comment 2 steffen.grund 2007-06-19 09:39:26 UTC
set target