diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-04-28 13:18:42 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-04-29 12:45:40 +0200 |
commit | 1f7d7d0f327aff54af8f9fa8b60e2460827dc4e1 (patch) | |
tree | 5dfda07446331e09cb9765606eb59c8258a44b57 /vcl/inc/sallayout.hxx | |
parent | 2e302f18efe8f2e5f3c17d7734a8adcb670fbe42 (diff) |
[harfbuzz] Fix text width calculation for real
No more second guessing if text width, we know that information already,
so pass it around instead of trying to re-create it.
Change-Id: I19faacbc309d38753c3c9f7214dfa0bf59cc66b5
Diffstat (limited to 'vcl/inc/sallayout.hxx')
-rw-r--r-- | vcl/inc/sallayout.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx index 6f8a49d82a59..ad6cd9479ab5 100644 --- a/vcl/inc/sallayout.hxx +++ b/vcl/inc/sallayout.hxx @@ -367,8 +367,6 @@ protected: bool GetCharWidths( sal_Int32* pCharWidths ) const; - GlyphVector GetGlyphItems() const { return m_GlyphItems; } - private: GlyphVector m_GlyphItems; mutable Point maBasePoint; |