Issue 30623 - Required argument not listed for XCellCursor methods
Summary: Required argument not listed for XCellCursor methods
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: ooo
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-23 14:14 UTC by christianjunker
Modified: 2013-02-24 21:08 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description christianjunker 2004-06-23 14:14:41 UTC
In the IDL Reference in section "XCellCursor", the first three methods
goToStart()  etc. do not contain an argument, which is not true.
All three of them take a boolean type as a single argument, which has the
meaning of expanding an cursor selection or not.
Comment 1 ooo 2004-07-14 15:07:46 UTC
The reference is generated from the IDL files.  The interface files also.  It is technically impossible to 
have wrong syntax in the reference.  In some languages you might add parameters witch are simply 
ignored.  But try it with Java or C++!
Comment 2 ooo 2004-07-14 15:08:00 UTC
closing