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





------- Additional comments from [email protected] Tue Jun 29 16:10:38 +0000 
2010 -------
it seems it no longer crashes when changing the call to
CheckCharRectAndTopOfLine in SwToCntntAnchoredObjectPosition::CalcPosition().

this effectively disables part of the fix for Sun-internal issue 117380.
but for me it doesn't crash with the bugdoc from that issue, even with this 
change.
maybe other layout changes have fixed that problem in another way...

--- a/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx 
+++ b/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx 
@@ -215,7 +215,7 @@
             {
                 // --> OD 2004-07-15 #117380# - suppress check for paragraph
                 // portion information by passing <false> as first parameter
-                GetAnchoredObj().CheckCharRectAndTopOfLine( false );
+                GetAnchoredObj().CheckCharRectAndTopOfLine( true );
                 // OD 2005-01-12 - Due to table break algorithm the character
                 // rectangle can have no height. Thus, check also the width
                 if ( ( !GetAnchoredObj().GetLastCharRect().Height() &&


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