diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-08-18 14:15:04 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-08-18 14:15:04 +0200 |
commit | 9f4039fcab2ff318c0423dc062b974011ceb8008 (patch) | |
tree | aa25b3e83e95cdfacea5ae1701afcc6920efa192 /graphite | |
parent | 5475b9147be8cfdeedf8178fc37749f3f5323a8f (diff) | |
parent | fba131c6fd06501c60a497acead4675960b295af (diff) |
CWS-TOOLING: integrate CWS graphite04
Notes
Notes:
split repo tag: libs-extern-sys_ooo/OOO330_m5
Diffstat (limited to 'graphite')
-rw-r--r--[-rwxr-xr-x] | graphite/graphite-2.3.1.patch.mingw | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphite/graphite-2.3.1.patch.mingw b/graphite/graphite-2.3.1.patch.mingw index ecec00da7c6e..c5fc3ecdf252 100755..100644 --- a/graphite/graphite-2.3.1.patch.mingw +++ b/graphite/graphite-2.3.1.patch.mingw @@ -116,15 +116,6 @@ #include <assert.h> --- misc/silgraphite-2.3.1/wrappers/win32/WinFont.cpp 2009-01-29 17:33:19.000000000 +0900 +++ misc/build/silgraphite-2.3.1/wrappers/win32/WinFont.cpp 2009-08-23 20:59:16.211375000 +0900 -@@ -408,7 +408,7 @@ - if (pPolyCurve->wType == TT_PRIM_QSPLINE && - // test if this is the last curve - pPolyHdr->cb - (int)((byte *)(&pPolyCurve->apfx[j]) - (byte *)(pPolyHdr)) -- == sizeof POINTFX && -+ == sizeof(POINTFX) && - // and the two points are identical - CompareFixed(pPolyCurve->apfx[j].x, pPolyHdr->pfxStart.x) && - CompareFixed(pPolyCurve->apfx[j].y, pPolyHdr->pfxStart.y)) @@ -846,7 +846,7 @@ } // namespace gr |