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





------- Additional comments from [EMAIL PROTECTED] Thu May 22 08:56:29 +0000 
2008 -------
The font assignment operator is correct this way. Impl_Font is a reference
counted structure, meaning many Font objects can point to the same Impl_Font.
Only if the last Font object pointing to a specific Impl_Font releases its
reference on that Impl_Font that Impl_Font instance gets freed. The concept is
similar to what boost::shared_ptr does (e.g. look at
http://www.boost.org/doc/libs/1_35_0/libs/smart_ptr/shared_ptr.htm )

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