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 +0000 
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]

Reply via email to