diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-05-13 19:38:04 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-06-16 22:17:00 +0200 |
commit | b6ecac9fb90c9caa684a10ca0f108da70e4d3245 (patch) | |
tree | 73a89f692a70e944e47c15a09d0e8c94546644ef /vcl/inc/generic | |
parent | 7aa42913bb1828b877c2f73b4fe59cc3c65a67bf (diff) |
Bye Bye ICU Layout Engine
Change-Id: I0f887ba378f9dac45a3736e4d1789585651148d1
Diffstat (limited to 'vcl/inc/generic')
-rw-r--r-- | vcl/inc/generic/glyphcache.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx index d6cdee19d6e9..1457dd52dd3a 100644 --- a/vcl/inc/generic/glyphcache.hxx +++ b/vcl/inc/generic/glyphcache.hxx @@ -241,7 +241,7 @@ private: int ApplyGlyphTransform( int nGlyphFlags, FT_GlyphRec_*, bool ) const; bool ApplyGSUB( const FontSelectPattern& ); - ServerFontLayoutEngine* GetLayoutEngine( bool ); + ServerFontLayoutEngine* GetLayoutEngine(); typedef ::boost::unordered_map<int,GlyphData> GlyphList; mutable GlyphList maGlyphList; |