vcl/inc/PhysicalFontCollection.hxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 566652d975c611117e7c4122ecdd902f6f6d59b1 Author: Chris Sherlock <Chris Sherlock [email protected]> Date: Wed Dec 23 10:40:00 2015 +1100 vcl: No need for WinGlyphFallbackSubstititution to be friend class Change-Id: Ibe742afdbdf2601e33621d81ad2759aa483d368e Reviewed-on: https://gerrit.libreoffice.org/20880 Reviewed-by: Chris Sherlock <[email protected]> Tested-by: Chris Sherlock <[email protected]> diff --git a/vcl/inc/PhysicalFontCollection.hxx b/vcl/inc/PhysicalFontCollection.hxx index 0d26a09..b78c1ab 100644 --- a/vcl/inc/PhysicalFontCollection.hxx +++ b/vcl/inc/PhysicalFontCollection.hxx @@ -66,7 +66,6 @@ public: PhysicalFontFamily* FindByAttributes(ImplFontAttrs nSearchType, FontWeight, FontWidth, FontItalic, const OUString& rSearchFamily) const; private: - friend class WinGlyphFallbackSubstititution; mutable bool mbMatchData; // true if matching attributes are initialized bool mbMapNames; // true if MapNames are available _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
