vcl/inc/PhysicalFontCollection.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit fbc209be00726967067282e945f193b087c425e9 Author: Chris Sherlock <chris.sherl...@collabora.com> Date: Tue Dec 22 15:21:18 2015 +1100 vcl: make PhysicalFontCollection::ImplFindBySearchName private Change-Id: I31af40bd4693b86eae4102978933b22517001db0 Reviewed-on: https://gerrit.libreoffice.org/20859 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 42655ec..d9d7719 100644 --- a/vcl/inc/PhysicalFontCollection.hxx +++ b/vcl/inc/PhysicalFontCollection.hxx @@ -48,7 +48,6 @@ public: PhysicalFontFamily* FindFontFamily( const OUString& rFontName ) const; PhysicalFontFamily* FindOrCreateFamily( const OUString &rFamilyName ); PhysicalFontFamily* ImplFindByFont( FontSelectPattern& ) const; - PhysicalFontFamily* ImplFindBySearchName( const OUString& ) const; // suggest fonts for glyph fallback PhysicalFontFamily* GetGlyphFallbackFont( FontSelectPattern&, @@ -89,6 +88,8 @@ private: void InitGenericGlyphFallback() const; mutable PhysicalFontFamily** mpFallbackList; mutable int mnFallbackCount; + + PhysicalFontFamily* ImplFindBySearchName( const OUString& ) const; }; #endif // INCLUDED_VCL_INC_PHYSICALFONTCOLLECTION_HXX _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits