From eeabf90ed497d1694b036475e02455b582d07651 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Tue, 22 Dec 2015 15:41:15 +1100 Subject: [PATCH] vcl: make PhysicalFontFamily::InitMatchData private Change-Id: I668012226264ce6986ea81815527d32e40645321 Reviewed-on: https://gerrit.libreoffice.org/20862 Reviewed-by: Chris Sherlock Tested-by: Chris Sherlock --- vcl/inc/PhysicalFontCollection.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcl/inc/PhysicalFontCollection.hxx b/vcl/inc/PhysicalFontCollection.hxx index e52e752db6cd..427660c688a8 100644 --- a/vcl/inc/PhysicalFontCollection.hxx +++ b/vcl/inc/PhysicalFontCollection.hxx @@ -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