diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2007-08-04 00:48:23 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2007-08-04 00:48:23 +0000 |
commit | 351ce03eb06b37335b45773f340050638f4b62da (patch) | |
tree | 87e708b2b6133ce0490c46bbc13a1a018f2ecb57 /editors | |
parent | df7a9ca51ef09e19a2195e869be1a299faf25d23 (diff) |
Add a workaround for 'invisible fonts' bug on amd64.
Approved by: maho (amd64 porting blanket)
Notes
Notes:
svn path=/head/; revision=197044
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i78417 | 10 | ||||
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i78417 | 10 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-i78417 | 10 | ||||
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/patch-i78417 | 10 |
4 files changed, 40 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i78417 b/editors/openoffice-3-devel/files/patch-i78417 new file mode 100644 index 000000000000..fee06f2fa429 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-i78417 @@ -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; + } diff --git a/editors/openoffice.org-2-devel/files/patch-i78417 b/editors/openoffice.org-2-devel/files/patch-i78417 new file mode 100644 index 000000000000..fee06f2fa429 --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-i78417 @@ -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; + } diff --git a/editors/openoffice.org-3-devel/files/patch-i78417 b/editors/openoffice.org-3-devel/files/patch-i78417 new file mode 100644 index 000000000000..fee06f2fa429 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-i78417 @@ -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; + } diff --git a/editors/openoffice.org-vcltesttool/files/patch-i78417 b/editors/openoffice.org-vcltesttool/files/patch-i78417 new file mode 100644 index 000000000000..fee06f2fa429 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-i78417 @@ -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; + } |