summaryrefslogtreecommitdiff
path: root/vcl/source/glyphs
diff options
context:
space:
mode:
authorHerbert Duerr <hdu@openoffice.org>2002-11-12 10:35:26 +0000
committerHerbert Duerr <hdu@openoffice.org>2002-11-12 10:35:26 +0000
commit3323d5bf699972f9d32add853152a3f83402e0e1 (patch)
treeafb57bfa0a4db49eee6bfbcc25926dd47401bc34 /vcl/source/glyphs
parentf699b67a766958bff8852ae17024cf3b3ad72121 (diff)
#100449# boost low nFontId
Diffstat (limited to 'vcl/source/glyphs')
-rw-r--r--vcl/source/glyphs/gcach_ftyp.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/glyphs/gcach_ftyp.hxx b/vcl/source/glyphs/gcach_ftyp.hxx
index 8bd4ec38a845..5c757dbcaa26 100644
--- a/vcl/source/glyphs/gcach_ftyp.hxx
+++ b/vcl/source/glyphs/gcach_ftyp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gcach_ftyp.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: hdu $ $Date: 2002-09-04 17:36:34 $
+ * last change: $Author: hdu $ $Date: 2002-11-12 11:35:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -148,6 +148,7 @@ private:
typedef ::std::hash_map<int,FtFontInfo*> FontList;
FontList maFontList;
+ int mnMaxFontId;
int mnNextFontId;
};