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


User aw changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|aw                        |iha
--------------------------------------------------------------------------------
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from a...@openoffice.org Tue Oct 27 12:04:24 +0000 
2009 -------
AW->IHA: First i had to evaluate deeper what exactly goes wrong...
A small patch which will fix this and should not be too dangerous is:

--- a/svx/source/svdraw/svdpage.cxx     Thu Oct 22 17:29:01 2009 +0200
+++ b/svx/source/svdraw/svdpage.cxx     Tue Oct 27 12:55:28 2009 +0100
@@ -671,7 +671,8 @@
 
 const Rectangle& SdrObjList::GetAllObjBoundRect() const
 {
-       if (bRectsDirty) {
+       if (bRectsDirty || aOutRect.IsEmpty()) 
+    {
                ((SdrObjList*)this)->RecalcRects();
                ((SdrObjList*)this)->bRectsDirty=FALSE;
        }

You may check this and also decide if You want to add this to a current or
OOo3.2 CWS.

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