Issue 26128 - Property Height for TableRow is documened as Long by implemented as Integer
Summary: Property Height for TableRow is documened as Long by implemented as Integer
Status: ACCEPTED
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: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-04 17:50 UTC by joelgr77
Modified: 2013-07-30 02:23 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 joelgr77 2004-03-04 17:50:45 UTC
In http://api.openoffice.org/docs/common/ref/com/sun/star/table/TableRow.html 
the property Height is documented as being a Long.

The object returned by getPropertyValue( "Height" ) returns "java.lang.Integer"
for the Object.getClass().getName()

Using the setPropertyValue service to pass in a Long will cause the height to be
set incorrectly.  Example:

oRow_ps.setPropertyValue( "Height",   new Long( h ) );

while using "new Integer( h )" works.
Comment 1 ooo 2005-02-28 06:55:41 UTC
forwarding to responsible engineer
Comment 2 sascha.ballach 2005-02-28 14:36:01 UTC
take it
Comment 3 bhanyslebo 2010-11-10 16:45:10 UTC
Created attachment 73275
Comment 4 Rob Weir 2013-07-30 02:23:24 UTC
Reset assignee on issues not touched by assignee in more than 2000 days.