diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-30 02:52:48 +0100 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-30 12:54:00 +0000 |
commit | 0fd8ef082d6594cdc3ea8445f8f13e725b39cf89 (patch) | |
tree | 144baa96edf978cf0103ca6b9dae91b368e21bf7 /compilerplugins | |
parent | be1750d866dab7712ede4cbbba771b088d862d05 (diff) |
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 <khaledhosny@eglug.org>
Tested-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/fpcomparison.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() |