vcl/inc/PhysicalFontCollection.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit eeabf90ed497d1694b036475e02455b582d07651 Author: Chris Sherlock <chris.sherl...@collabora.com> Date: Tue Dec 22 15:41:15 2015 +1100 vcl: make PhysicalFontFamily::InitMatchData private Change-Id: I668012226264ce6986ea81815527d32e40645321 Reviewed-on: https://gerrit.libreoffice.org/20862 Reviewed-by: Chris Sherlock <chris.sherloc...@gmail.com> Tested-by: Chris Sherlock <chris.sherloc...@gmail.com> diff --git a/vcl/inc/PhysicalFontCollection.hxx b/vcl/inc/PhysicalFontCollection.hxx index e52e752..427660c 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits