From 1f7d7d0f327aff54af8f9fa8b60e2460827dc4e1 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 28 Apr 2013 13:18:42 +0200 Subject: [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 --- vcl/inc/sallayout.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl/inc/sallayout.hxx') 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; -- cgit