[api-issues] [Issue 87048] TreeControlModel has incor rect property name CustomUnitText

2008-03-18 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87048


User jsc changed the following:

What|Old value |New value

 Assigned to|jsc   |cd





--- Additional comments from [EMAIL PROTECTED] Tue Mar 18 14:15:59 + 
2008 ---
one for the toolkit owner

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[api-issues] [Issue 87048] TreeControlModel has incor rect property name CustomUnitText

2008-03-15 Thread hanya
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87048
 Issue #|87048
 Summary|TreeControlModel has incorrect property name CustomUni
|tText
   Component|api
 Version|OOo 2.4 RC5
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|hanya





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 12:53:50 + 
2008 ---
com.sun.star.awt.tree.TreeControlModel service has the entry of Editable 
property.
But Dbg_Properties of Basic property has no entry of it on OOo 2.4 RC5.
Code:
Sub Main
  oDialogModel = GetProcessServiceManager.createInstance( _
com.sun.star.awt.UnoControlDialogModel)
  ' create tree control model
  oTreeModel = oDialogModel.createInstance( _
com.sun.star.awt.tree.TreeControlModel )
  
  msgbox oTreeModel.Dbg_Properties
End Sub

There is CustomUnitText property instead of Editable in the resulted text.

Id of Editable is used twice in the
OOo_2.4.0rc5_src_core/OOH680_m11/toolkit/inc/toolkit/helper/property.hxx

OOo 2.3.1 is ok.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]