summaryrefslogtreecommitdiff
path: root/vcl/source/glyphs
diff options
context:
space:
mode:
authorHerbert Duerr <hdu@openoffice.org>2002-01-02 09:38:06 +0000
committerHerbert Duerr <hdu@openoffice.org>2002-01-02 09:38:06 +0000
commit633666c377b6e7a640b6ca02362a906102f3271b (patch)
treeb86c81e66a25c0b1a41b3bc26cadd6a98c6cdcd2 /vcl/source/glyphs
parent252112e84a4ee2ea335a126ebbf561de53658282 (diff)
#95966# remove debug info
Diffstat (limited to 'vcl/source/glyphs')
-rw-r--r--vcl/source/glyphs/gcach_ftyp.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/source/glyphs/gcach_ftyp.cxx b/vcl/source/glyphs/gcach_ftyp.cxx
index 58c5193f063a..ca01f9f2b334 100644
--- a/vcl/source/glyphs/gcach_ftyp.cxx
+++ b/vcl/source/glyphs/gcach_ftyp.cxx
@@ -2,8 +2,8 @@
*
* $RCSfile: gcach_ftyp.cxx,v $
*
- * $Revision: 1.68 $
- * last change: $Author: hdu $ $Date: 2001-12-21 16:33:40 $
+ * $Revision: 1.69 $
+ * last change: $Author: hdu $ $Date: 2002-01-02 10:38:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -797,7 +797,6 @@ int FreetypeServerFont::GetGlyphIndex( sal_Unicode aChar ) const
nGlyphIndex = (*it).second;
nGlyphFlags |= GF_GSUB;
}
-/*###*/if(aChar>=0x3000&&aChar<0xF000)fprintf(stderr,"FTgsub[%04X] = %d\n",aChar,!!(nGlyphFlags&GF_GSUB));
// CJK vertical writing needs special treatment
if( GetFontSelData().mbVertical )