To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76704





------- Additional comments from [EMAIL PROTECTED] Thu May  3 11:00:56 +0000 
2007 -------
Here's a simple basic macro to test if the fix works:

        info = ThisComponent.DocumentInfo
        props = info.PropertySetInfo.Properties
        for i=0 to UBOUND(props)
                
                if props(i).Name = "test1" then print info.test1
                if props(i).Name = "test2" then print info.test2
                if props(i).Name = "test3" then print info.test3
                
        next i

The macro should show "value1", "value2" and "value3". In OOo 2.2 nothing is 
shown. 

---------------------------------------------------------------------
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