--- misc/hyphen-2.8.4/hyphen.c 29 Jun 2012 10:02:24 -0000 1.6 +++ misc/build/hyphen-2.8.4/hyphen.c 12 Jul 2012 15:19:16 -0000 @@ -951,7 +951,7 @@ rep2 = hnj_malloc (word_size * sizeof(char *)); pos2 = hnj_malloc (word_size * sizeof(int)); cut2 = hnj_malloc (word_size * sizeof(int)); - hyphens2 = hnj_malloc (word_size); + hyphens2 = hnj_malloc (word_size + 3); for (i = 0; i < word_size; i++) rep2[i] = NULL; for (i = 0; i < word_size; i++) if (hyphens[i]&1 || (begin > 0 && i + 1 == word_size)) { ndex : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/impltools.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 12:01:43 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 12:01:43 +0000
commit5eb61d1234566521fb1571753e5b27f9cff83b66 (patch)
treebdd281fee9906c8203d20774ec70af8929ebf199 /canvas/source/vcl/impltools.hxx
parenta360ee6ea290b6aa2264fa8eb1856d3b5f2df109 (diff)
INTEGRATION: CWS canvas02 (1.5.8); FILE MERGED
2005/10/08 12:55:34 thb 1.5.8.4: RESYNC: (1.5-1.6); FILE MERGED 2005/08/24 22:00:32 thb 1.5.8.3: #i52876 2005/08/02 14:06:46 thb 1.5.8.2: #i48939# moved polyPolygonFromXPolyPolygon2D to canvastools 2005/06/17 23:49:51 thb 1.5.8.1: #i48939# Huge refactoring of canvas; as much functionality as possible is now common in a bunch of shared base classes (input checking, locking, sprite redraw, etc.); added scroll update optimization, transparently to all canvas implementations