There is a small problem with visibility in the current release of 2.2.1 attached is a small patch that corrects the behavior. I am sure this is a better solution to the problem, this is more a temporary workaround then anything else.

-Jory
Index: swregion.cxx
===================================================================
RCS file: /cvs/sw/sw/source/core/bastyp/swregion.cxx,v
retrieving revision 1.4
diff -u -r1.4 swregion.cxx
--- swregion.cxx        16 Sep 2006 20:43:34 -0000      1.4
+++ swregion.cxx        3 Jul 2007 02:13:13 -0000
@@ -79,6 +79,7 @@
 {
        if( rDel )
        {
+               pData = (SwRect*) pData;
                *(pData+nPos) = rRect;
                rDel = FALSE;
        }


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to