vcl: make PhysicalFontFamily::InitMatchData private
Change-Id: I668012226264ce6986ea81815527d32e40645321 Reviewed-on: https://gerrit.libreoffice.org/20862 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
This commit is contained in:
committed by
Chris Sherlock
parent
7653682c35
commit
eeabf90ed4
@@ -65,8 +65,6 @@ public:
|
||||
PhysicalFontFamily* FindByTokenNames(const OUString& rTokenStr) const;
|
||||
|
||||
protected:
|
||||
void InitMatchData() const;
|
||||
|
||||
PhysicalFontFamily* ImplFindByAliasName(const OUString& rSearchName,
|
||||
const OUString& rShortName) const;
|
||||
PhysicalFontFamily* ImplFindBySubstFontAttr( const utl::FontNameAttr& ) const;
|
||||
@@ -90,6 +88,8 @@ private:
|
||||
mutable int mnFallbackCount;
|
||||
|
||||
PhysicalFontFamily* ImplFindBySearchName( const OUString& ) const;
|
||||
|
||||
void InitMatchData() const;
|
||||
};
|
||||
|
||||
#endif // INCLUDED_VCL_INC_PHYSICALFONTCOLLECTION_HXX
|
||||
|
Reference in New Issue
Block a user