From 351ce03eb06b37335b45773f340050638f4b62da Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Sat, 4 Aug 2007 00:48:23 +0000 Subject: Add a workaround for 'invisible fonts' bug on amd64. Approved by: maho (amd64 porting blanket) --- editors/openoffice.org-vcltesttool/files/patch-i78417 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 editors/openoffice.org-vcltesttool/files/patch-i78417 (limited to 'editors/openoffice.org-vcltesttool/files') 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; + } -- cgit v1.2.3