summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-04 11:51:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-04 11:51:33 +0000
commit63c7f4458a776f15f85235fa414b9d1ca4ae4093 (patch)
tree9774b1d859d65c4d9502dc7143e209447de85a18 /vcl
parenta36dab4a598c4ac168c7ef1df4d061613e40e416 (diff)
INTEGRATION: CWS rc2regression01 (1.22.78); FILE MERGED
2003/07/04 11:17:51 hdu 1.22.78.1: #110607# avoid direct FT_*_Size calls
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/glyphs/gcach_ftyp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/glyphs/gcach_ftyp.hxx b/vcl/source/glyphs/gcach_ftyp.hxx
index be03e5f65d6f..f7c20541e97f 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.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: vg $ $Date: 2003-07-02 13:39:52 $
+ * last change: $Author: vg $ $Date: 2003-07-04 12:51:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ public:
const unsigned char* GetTable( const char*, ULONG* pLength=0 ) const;
FT_FaceRec_* GetFaceFT();
- void ReleaseFaceFT();
+ void ReleaseFaceFT( FT_FaceRec_* );
const ::rtl::OString* GetFontFileName() const { return mpFontFile->GetFileName(); }
const ImplFontData& GetFontData() const { return maFontData; }