[Bug 5] invisible text in oowriter from openoffice.org 2.1 and 2.2

btsadmin at pld-linux.org btsadmin at pld-linux.org
Tue Apr 3 21:34:09 CEST 2007


http://bugs.pld-linux.org/show_bug.cgi?id=5





--- Comment #9 from Arkadiusz Miskiewicz <arekm at pld-linux.org>  2007-04-03 21:34:09 ---
Created an attachment (id=5)
 --> (http://bugs.pld-linux.org/attachment.cgi?id=5)
new workaround

Doing this also workarounds the problem

inline void SwRegionRects::InsertRect( const SwRect &rRect, const USHORT nPos,
                                                                          
FASTBOOL &rDel )
{
        if( rDel )
        {
+                pData = (SwRect*) pData;
                *(pData+nPos) = rRect;
                rDel = FALSE;
        }
        else
                Insert( rRect, Count() );
}


-- 
Configure bugmail: http://bugs.pld-linux.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.


More information about the pld-bugs mailing list