freebsd-ports/editors/openoffice-3/files/patch-i78417
2007-09-22 00:02:02 +00:00

10 lines
191 B
Text

--- sw/source/core/bastyp/swregion.cxx
+++ sw/source/core/bastyp/swregion.cxx
@@ -79,6 +79,7 @@
{
if( rDel )
{
+ pData = (SwRect*) pData;
*(pData+nPos) = rRect;
rDel = FALSE;
}