diff options
author | Jan-Marek Glogowski <jan-marek.glogowski@extern.cib.de> | 2019-11-18 13:56:55 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2019-11-19 03:14:45 +0100 |
commit | 852a0f9cd88ef1f646af67e59a0fdd779b0e7627 (patch) | |
tree | 48dc90a99620311e826b25a625f2b9ce15be571b /vcl/workben/pptfuzzer.cxx | |
parent | f8e1f8652255cadd80a991aa3e059ee631b333b8 (diff) |
Rename GlyphCache to FreetypeManager
And while at it remove the unneeded getPlatformGlyphCache
abstraction.
Change-Id: Id5cad751eda9e6bf177dfb4816280d7c5af7066a
Reviewed-on: https://gerrit.libreoffice.org/83125
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'vcl/workben/pptfuzzer.cxx')
-rw-r--r-- | vcl/workben/pptfuzzer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/pptfuzzer.cxx b/vcl/workben/pptfuzzer.cxx index dfcc41abc50c..6e725b554e31 100644 --- a/vcl/workben/pptfuzzer.cxx +++ b/vcl/workben/pptfuzzer.cxx @@ -132,7 +132,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) //fontconfigs alloc mechanism is too complicated for lsan/valgrind so //force the fontconfig options to be released now, they are demand loaded //so will be recreated if necessary - SvpSalGraphics::getPlatformGlyphCache().ClearFontOptions(); + FreetypeManager::get().ClearFontOptions(); return 0; } |