summaryrefslogtreecommitdiffstats
path: root/vcl/inc/graphite_layout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/graphite_layout.hxx')
-rw-r--r--vcl/inc/graphite_layout.hxx1
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;