diff options
author | Chris Sherlock <Chris Sherlock chris.sherlock79@gmail.com> | 2015-12-23 10:40:00 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2015-12-23 11:50:36 +0000 |
commit | 566652d975c611117e7c4122ecdd902f6f6d59b1 (patch) | |
tree | b04e69492a37aa3ee5f7e1dd4de4fbb9ebc38933 | |
parent | 5bf9b846ab74f3b84f8737dce7f2f47ec2b54c1a (diff) |
vcl: No need for WinGlyphFallbackSubstititution to be friend class
Change-Id: Ibe742afdbdf2601e33621d81ad2759aa483d368e
Reviewed-on: https://gerrit.libreoffice.org/20880
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
-rw-r--r-- | vcl/inc/PhysicalFontCollection.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/PhysicalFontCollection.hxx b/vcl/inc/PhysicalFontCollection.hxx index 0d26a09e2578..b78c1ab2c719 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 |