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


User cl changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|RESOLVED                  |VERIFIED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Aug  1 14:52:12 +0000 
2007 -------
how to verify..

create new impress document with one slide and add only a single customshape to
it. add text to that custom shape.

create the following basic macro for the document and execute it

Sub Main
        xDoc = thiscomponent
        xPage = xDoc.getDrawPages.getByIndex(0)
        xObj = xPage.getByIndex(0)
        print xObj.getString()
End

The result should be a message box with the text of the custom shape

I verified this in the cws impress123 and it works now


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