From 0fd8ef082d6594cdc3ea8445f8f13e725b39cf89 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 30 Oct 2016 02:52:48 +0100 Subject: Rename ServerFont to FreetypeFont This is what it is actually is, we dropped support for server-side fonts for a long time now. Renamed also a few related classes, but left ServerFontLayout* ones as they will go away soonish. Change-Id: I68a6dad51b6972368b7bf85a0b9c8089cc12740e Reviewed-on: https://gerrit.libreoffice.org/30390 Reviewed-by: Khaled Hosny Tested-by: Khaled Hosny --- vcl/inc/quartz/salgdi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/quartz') diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index 6958541a70f4..4f4a2d33a4c5 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -407,7 +407,7 @@ public: virtual SalLayout* GetTextLayout( ImplLayoutArgs&, int nFallbackLevel ) override; virtual void DrawSalLayout( const CommonSalLayout& ) override; - virtual void DrawServerFontLayout( const GenericSalLayout&, const ServerFont& ) override {}; + virtual void DrawServerFontLayout( const GenericSalLayout&, const FreetypeFont& ) override {}; virtual bool supportsOperation( OutDevSupportType ) const override; #ifdef MACOSX -- cgit