diff options
author | Herbert Duerr <hdu@openoffice.org> | 2002-09-04 16:29:23 +0000 |
---|---|---|
committer | Herbert Duerr <hdu@openoffice.org> | 2002-09-04 16:29:23 +0000 |
commit | b252d8266b113bff6305a1be676ce5be830a16a5 (patch) | |
tree | 2945c0cf0ca895e0f8c2f89f1eb289999131e23c /vcl/source/glyphs | |
parent | b08ad82a15d02681e7338b817296cfd2739745f9 (diff) |
#100194# clean up ServerFont CTL layout
Diffstat (limited to 'vcl/source/glyphs')
-rw-r--r-- | vcl/source/glyphs/glyphcache.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/vcl/source/glyphs/glyphcache.cxx b/vcl/source/glyphs/glyphcache.cxx index a5a635ca43a0..d69b40f323e0 100644 --- a/vcl/source/glyphs/glyphcache.cxx +++ b/vcl/source/glyphs/glyphcache.cxx @@ -2,9 +2,9 @@ * * $RCSfile: glyphcache.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: hdu $ $Date: 2002-02-15 16:47:00 $ + * last change: $Author: hdu $ $Date: 2002-09-04 17:29:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -353,9 +353,6 @@ ServerFont::ServerFont( const ImplFontSelectData& rFSD ) mnExtInfo(0), mnRefCount(1), mnBytesUsed( sizeof(ServerFont) ), -#ifdef ENABLE_CTL - mpLayoutData( NULL ), -#endif // ENABLE_CTL nCos( 0x10000), nSin( 0) { |