summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:24:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:24:16 +0000
commit2d724267bb2952f1c10fd34016ec5769b038e1b0 (patch)
tree1a91c1305bc8c9a80f91bbd448bec126cd4328fc /psprint
parentcf19606f65a28036d7af678fd701e66c4f04a0b6 (diff)
INTEGRATION: CWS warnings01 (1.5.96); FILE MERGED
2006/04/07 15:27:51 sb 1.5.96.4: RESYNC: (1.6-1.7); FILE MERGED 2006/01/25 17:08:07 sb 1.5.96.3: RESYNC: (1.5-1.6); FILE MERGED 2005/10/28 10:53:38 pl 1.5.96.2: #i55991# removed warnings for solaris platform 2005/10/21 10:15:23 pl 1.5.96.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontmanager/parseAFM.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/fontmanager/parseAFM.cxx b/psprint/source/fontmanager/parseAFM.cxx
index cabea4d494a9..9697c58fa5e3 100644
--- a/psprint/source/fontmanager/parseAFM.cxx
+++ b/psprint/source/fontmanager/parseAFM.cxx
@@ -46,9 +46,9 @@
*
* $RCSfile: parseAFM.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2006-01-31 18:25:04 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:24:16 $
*
************************************************************************/
@@ -1537,7 +1537,7 @@ freeFontInfo (FontInfo *fi)
if (fi->pkd)
{
- for (int i = 0; i < fi->numOfPairs; i++)
+ for ( i = 0; i < fi->numOfPairs; i++)
{
free (fi->pkd[i].name1);
free (fi->pkd[i].name2);