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





------- Additional comments from a...@openoffice.org Thu Sep 10 12:33:13 +0000 
2009 -------
AW: Needed is to find out at svt::EmbeddedObjectRef that the Graphic has
changed, but without getting the graphic (which is expensive for chart). Before
SdrOleContentPrimitive2D this happened since the Graphic was always fetched (wat
was the reason for SdrOleContentPrimitive2D).
A possible solution is to check for bNeedUpdate at EmbeddedObjectRef_Impl, but
this will nothelp when anyone else fetched the graphic in-between.
Thus, a graphic version counter which will be incremented each time the graphic
at svt::EmbeddedObjectRef changes and is fetchable, would solve the problem. The
SdrOleContentPrimitive2D would remember the version number at construction time.
In the operator==, it can simply be compared.
Checking if adding such a counter at EmbeddedObjectRef would be difficult...

---------------------------------------------------------------------
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to