blob: fee06f2fa429d64bea0bfca3cb78a879b318352c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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;
}
|