diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 14:06:52 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 14:06:52 +0000 |
commit | b9d08c5e3621b40eb72d94f77230ba8dbbd6946f (patch) | |
tree | 92842878fdc306f7a1cc6c4be5d38f01ea21dc68 /psprint | |
parent | 9701a1b296a12d3823c4dd19b2dd4f43ddb1ab2f (diff) |
INTEGRATION: CWS vcl83 (1.9.14); FILE MERGED
2007/10/22 08:57:29 pl 1.9.14.1: #i82823# remove warnings (thanks pjanik)
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/fontsubset/ttcr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/psprint/source/fontsubset/ttcr.c b/psprint/source/fontsubset/ttcr.c index 4d07307b24bc..eeb566a1a512 100644 --- a/psprint/source/fontsubset/ttcr.c +++ b/psprint/source/fontsubset/ttcr.c @@ -4,9 +4,9 @@ * * $RCSfile: ttcr.c,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2007-07-31 16:01:59 $ + * last change: $Author: ihi $ $Date: 2007-11-26 15:06:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,7 @@ * ************************************************************************/ -/* $Id: ttcr.c,v 1.9 2007-07-31 16:01:59 hr Exp $ */ +/* $Id: ttcr.c,v 1.10 2007-11-26 15:06:52 ihi Exp $ */ /* * TrueTypeCreator method implementation @@ -1353,7 +1353,7 @@ sal_uInt32 glyfAdd(TrueTypeTable *table, GlyphData *glyphdata, TrueTypeFont *fnt listPositionAt(glyphlist, 1); /* glyphData->glyphID is always the first glyph on the list */ do { int found = 0; - currentID = (sal_uInt32) listCurrent(glyphlist); + currentID = (sal_uIntPtr) listCurrent(glyphlist); /* XXX expensive! should be rewritten with sorted arrays! */ listToFirst(l); do { |