To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100227
User mst changed the following:
What |Old value |New value
================================================================================
Assigned to|mst |sba
--------------------------------------------------------------------------------
Target milestone|--- |OOo 3.1
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Mar 16 16:49:52 +0000
2009 -------
' please verify
' test case should pop up 2 boxes with "_zzz_"
Sub Main
c = ThisComponent
di = c.getDocumentInfo()
di.addProperty("ZZZ", 0, "_zzz_")
' N.B.: re-get document info because basic seems to cache its PropertySetInfo
di = c.getDocumentInfo()
msgbox di.getPropertyValue("ZZZ")
msgbox di.ZZZ
End Sub
---------------------------------------------------------------------
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]