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 /compilerplugins/clang | |
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 'compilerplugins/clang')
-rw-r--r-- | compilerplugins/clang/unnecessaryvirtual.results | 2 | ||||
-rw-r--r-- | compilerplugins/clang/unusedmethods.results | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compilerplugins/clang/unnecessaryvirtual.results b/compilerplugins/clang/unnecessaryvirtual.results index fba7f09695cb..c2ba2ddd41eb 100644 --- a/compilerplugins/clang/unnecessaryvirtual.results +++ b/compilerplugins/clang/unnecessaryvirtual.results @@ -239,7 +239,7 @@ vcl/inc/salobj.hxx:49 vcl/inc/salprn.hxx:116 enum SalPrinterError SalPrinter::GetErrorCode() vcl/inc/unx/glyphcache.hxx:54 - void GlyphCache::~GlyphCache() + void FreetypeManager::~FreetypeManager() vcl/inc/unx/gtk/gtkdata.hxx:136 int GtkSalDisplay::CaptureMouse(class SalFrame *,) vcl/inc/unx/saldata.hxx:51 diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index 6f41c1d5b301..4d584a158ba6 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -1439,7 +1439,7 @@ vcl/inc/schedulerimpl.hxx:38 vcl/inc/svimpbox.hxx:340 void SvImpLBox::EnableCellFocus() vcl/inc/unx/glyphcache.hxx:68 - void GlyphCache::ClearFontOptions() + void FreetypeManager::ClearFontOptions() vcl/inc/unx/gtk/gtkframe.hxx:214 void ensure_dbus_setup(struct _GdkWindow *,class GtkSalFrame *) vcl/inc/unx/saldisp.hxx:378 |