Add a workaround for 'invisible fonts' bug on amd64.

Approved by:	maho (amd64 porting blanket)
This commit is contained in:
Jung-uk Kim 2007-08-04 00:48:23 +00:00
parent df7a9ca51e
commit 351ce03eb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197044
4 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,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;
}

View file

@ -0,0 +1,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;
}

View file

@ -0,0 +1,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;
}

View file

@ -0,0 +1,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;
}