To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79250
User mmeeks changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |VERIFIED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jul 5 10:42:32 +0000
2007 -------
So - tested this on Win32 with a fair set of ODT documents; and code-read the
patch, there is really only 1 substantive change here:
writerfilter changes: irrelevant - since not used.
svx/source/unoedit/unotext.cxx:
SvxUnoTextBase::SvxUnoTextBase( const SvxUnoTextBase& rText ) throw()
: SvxUnoTextRangeBase( rText )
-, text::XText()
+, text::XTextAppend()
[ and commensurate changes ]. We switch to using the XTextAppend interface
(which derives from XText anyway) - thus there is no interface change, only the
addition of some new interfaces.
Other code changes are stubs for the Svx virtual methods, the new IDL interfaces
etc.
So - the risk here is extremely low. The IDL changes all pass the build-time
offapi API compatibility checks, so verified.
---------------------------------------------------------------------
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]