Issue 26128

Summary: Property Height for TableRow is documened as Long by implemented as Integer
Product: App Dev Reporter: joelgr77 <jr>
Component: apiAssignee: AOO issues mailing list <issues>
Status: ACCEPTED --- QA Contact:
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: ---

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.