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 --- compilerplugins/clang/fpcomparison.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/fpcomparison.cxx b/compilerplugins/clang/fpcomparison.cxx index cf24f40d2cc5..025d4e028534 100644 --- a/compilerplugins/clang/fpcomparison.cxx +++ b/compilerplugins/clang/fpcomparison.cxx @@ -161,7 +161,7 @@ bool FpComparison::ignore(FunctionDecl* function) || dc.Function("ImplWrite").Class("EMFWriter").GlobalNamespace() || dc.Function("WriteRecords").Class("WMFWriter").GlobalNamespace() || dc.Function("convertOneTypeEsc").Class("CffSubsetterContext").GlobalNamespace() - || dc.Function("ApplyGlyphTransform").Class("ServerFont").GlobalNamespace() + || dc.Function("ApplyGlyphTransform").Class("FreetypeFont").GlobalNamespace() || dc.Function("JoinVerticalClipRectangles").Class("PrinterGfx").Namespace("psp").GlobalNamespace() || dc.Function("PSSetLineWidth").Class("PrinterGfx").Namespace("psp").GlobalNamespace() || dc.Function("DrawEPS").Class("PrinterGfx").Namespace("psp").GlobalNamespace() -- cgit