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


User bm changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|bm                        |cn
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Aug  7 21:03:43 +0000 
2007 -------
->CN: Please verify.

The second attachment "TitleFixed" works with CWS chat12. There, for the old API
the expression oDoc.Title is used to access
css::chart::XChartDocument.getTitle(). The macro for the new API uses
oDoc.TitleObject which calls the renamed method
css::chart2::XTitled::getTitleObject.

Note, that this issue only appeared with Basic, as on other systems you usually
have direct access to the interface, i.e. in Java you have an XTitled object at
which the call to getTitle() was different from from the call to getTitle() at
an object of type XChartDocument.

Implementation note: I changed the following in XTitled:

getTitle() -> getTitleObject()
setTitle() -> setTitleObject()

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