freebsd-ports/editors/openoffice.org-2-devel/files/patch-i78417
Jung-uk Kim 351ce03eb0 Add a workaround for 'invisible fonts' bug on amd64.
Approved by:	maho (amd64 porting blanket)
2007-08-04 00:48:23 +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;
}