Kaydet (Commit) d169bd53 authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: make PhysicalFontFamily::FindDefaultFont() private

Change-Id: I603a1556051ea15b45e80ed7d6fcf9dbb7b13998
Reviewed-on: https://gerrit.libreoffice.org/20866Reviewed-by: 's avatarChris Sherlock <chris.sherlock79@gmail.com>
Tested-by: 's avatarChris Sherlock <chris.sherlock79@gmail.com>
üst e030f2a3
...@@ -65,9 +65,6 @@ public: ...@@ -65,9 +65,6 @@ public:
PhysicalFontFamily* FindByTokenNames(const OUString& rTokenStr) const; PhysicalFontFamily* FindByTokenNames(const OUString& rTokenStr) const;
PhysicalFontFamily* FindByAttributes(ImplFontAttrs nSearchType, FontWeight, FontWidth, PhysicalFontFamily* FindByAttributes(ImplFontAttrs nSearchType, FontWeight, FontWidth,
FontItalic, const OUString& rSearchFamily) const; FontItalic, const OUString& rSearchFamily) const;
protected:
PhysicalFontFamily* FindDefaultFont() const;
private: private:
friend class WinGlyphFallbackSubstititution; friend class WinGlyphFallbackSubstititution;
mutable bool mbMatchData; // true if matching attributes are initialized mutable bool mbMatchData; // true if matching attributes are initialized
...@@ -88,6 +85,8 @@ private: ...@@ -88,6 +85,8 @@ private:
const OUString& rShortName) const; const OUString& rShortName) const;
PhysicalFontFamily* ImplFindBySubstFontAttr( const utl::FontNameAttr& ) const; PhysicalFontFamily* ImplFindBySubstFontAttr( const utl::FontNameAttr& ) const;
PhysicalFontFamily* FindDefaultFont() const;
void InitMatchData() const; void InitMatchData() const;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment