10 lines
191 B
Text
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;
|
|
}
|