diff options
author | navin patidar <patidar@kacst.edu.sa> | 2013-04-07 11:47:01 +0300 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-04-08 08:10:00 +0000 |
commit | 83d9c5562c27b5f766157eba70bebd320463a0af (patch) | |
tree | 0691841efca929d443b735a12dbe589eea949219 /vcl/inc | |
parent | 03765ec86bd3edfc116e1ff44c277d3cf1b79775 (diff) |
fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string unicodes.
Use DefaultCharMapper::mapChar() to map RTL string unicodes
to their mirror compatible unicodes.
Change-Id: I5bd2fd18bf96c49bbdf2be521a9cf28c311c7a09
Reviewed-on: https://gerrit.libreoffice.org/3221
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/graphite_layout.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/graphite_layout.hxx b/vcl/inc/graphite_layout.hxx index bbf6f15b2fe5..fa6d25c340a5 100644 --- a/vcl/inc/graphite_layout.hxx +++ b/vcl/inc/graphite_layout.hxx @@ -97,6 +97,7 @@ public: private: const gr_face * mpFace; // not owned by layout gr_font * mpFont; // not owned by layout + sal_Unicode * mpStr; int mnSegCharOffset; // relative to ImplLayoutArgs::mpStr long mnWidth; std::vector<int> mvChar2BaseGlyph; |