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


User af changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|af                        |aw
--------------------------------------------------------------------------------




------- Additional comments from a...@openoffice.org Mon Jan 26 16:35:49 +0000 
2009 -------
The center of this problem seems to lie in the createNewSdrTextAttribute(...)
method in svx/source/sdr/primitive2d/sdrattributecreator.cxx.  For a text shape
in edit mode it returns NULL instead of some SdrTextAttribute.  This prevents
the primitive sequence from being built and the meta file from being properly
generated.  No metafile, no text in the slideshow.

The effect of a missing metafile depends on the animation effect.  In some cases
an OSL_ENSURE_AND_RETURN avoids the worst.  In others the slideshow simply 
crashes.

@AW: I commented out the if(!bInEditMode) line in the
createNewSdrTextAttribute(...) method and everything worked fine, but that is of
course not a real fix.  Please find a better one.

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