diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-05-13 21:06:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-21 07:18:35 +0000 |
commit | 23e50c361b6a2dc6ff549a430449c152ec80f500 (patch) | |
tree | 6250258b93f072596a17b2e9b5ede942d77733f0 /vcl/inc | |
parent | 489d2eafa9c900ec3e4bcdc0340eb1f53656fd0c (diff) |
Drop support for non-Unicode fonts
They fell out of use before I had my first computer. This has no
relation to the input text encoding being used.
Change-Id: Ie1fde3c3578c80d77ebd63531e74c13931d46bbc
Reviewed-on: https://gerrit.libreoffice.org/6258
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/generic/glyphcache.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx index 4d572c066f03..2c227fc2610f 100644 --- a/vcl/inc/generic/glyphcache.hxx +++ b/vcl/inc/generic/glyphcache.hxx @@ -279,7 +279,6 @@ private: typedef ::boost::unordered_map<int,int> GlyphSubstitution; GlyphSubstitution maGlyphSubstitution; - rtl_UnicodeToTextConverter maRecodeConverter; ServerFontLayoutEngine* mpLayoutEngine; }; |