diff options
author | Rene Engelhard <rene@debian.org> | 2013-04-08 19:15:25 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2013-04-08 19:15:25 +0200 |
commit | 08ba028992a77dee32dd76030bc409c6d3b39e36 (patch) | |
tree | cc5e15e184077fbc1c98951bcc99120f85e659ce /vcl/inc | |
parent | 58b2a1ad002fd24669589f4adfdcba58a80851ec (diff) |
Revert "fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string unicodes."
We must not rely on *internal* ICU headers as it breaks system-icu.
This reverts commit 83d9c5562c27b5f766157eba70bebd320463a0af.
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/graphite_layout.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/graphite_layout.hxx b/vcl/inc/graphite_layout.hxx index fa6d25c340a5..bbf6f15b2fe5 100644 --- a/vcl/inc/graphite_layout.hxx +++ b/vcl/inc/graphite_layout.hxx @@ -97,7 +97,6 @@ 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; |