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


User af changed the following:

                What    |Old value                 |New value
================================================================================
                Priority|P2                        |P3
--------------------------------------------------------------------------------
        Target milestone|OOo 3.0.1                 |OOo 3.1
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Aug 26 13:43:36 +0000 
2008 -------
The valgrind problems reported above are caused by an invalid static_cast in
sd/source/ui/view/OutlinerIterator.cxx.  In the
OutlinerContainer::CreateIterator(.) method an OutlinerViewShell object is
casted to DrawViewShell even though DrawViewShell is not derived from
OutlinerViewShell (but both have a common base class.)

This is ugly and may lead to wrong behavior when searching in the Impress
outline view.  But it is unlikely that this will result in a crash: even though
the cast is wrong, it is applied to a valid object (no NULL pointer) and only
integers and enum values are read.  The only problem may result from processing
the wrong values but this will unlikely result in a crash.

The fix for this will probably no be simple and may introduce regression issues.
Therefore I reduce target and priority.

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