Add a workaround for 'invisible fonts' bug on amd64.
Approved by: maho (amd64 porting blanket)
This commit is contained in:
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
10
editors/openoffice-3-devel/files/patch-i78417
Normal file
10
editors/openoffice-3-devel/files/patch-i78417
Normal 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;
|
||||
}
|
10
editors/openoffice.org-2-devel/files/patch-i78417
Normal file
10
editors/openoffice.org-2-devel/files/patch-i78417
Normal 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;
|
||||
}
|
10
editors/openoffice.org-3-devel/files/patch-i78417
Normal file
10
editors/openoffice.org-3-devel/files/patch-i78417
Normal 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;
|
||||
}
|
10
editors/openoffice.org-vcltesttool/files/patch-i78417
Normal file
10
editors/openoffice.org-vcltesttool/files/patch-i78417
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue