[Libreoffice-commits] core.git: vcl/inc

Chris Sherlock "Chris Sherlockchris.sherlock79" at gmail.com
Wed Dec 23 03:51:10 PST 2015


 vcl/inc/PhysicalFontCollection.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 566652d975c611117e7c4122ecdd902f6f6d59b1
Author: Chris Sherlock <Chris Sherlock chris.sherlock79 at gmail.com>
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 <chris.sherlock79 at gmail.com>
    Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>

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
 


More information about the Libreoffice-commits mailing list