summaryrefslogtreecommitdiff
path: root/vcl/qt5/Qt5Data.cxx
diff options
context:
space:
mode:
authorJan-Marek Glogowski <jan-marek.glogowski@extern.cib.de>2019-11-18 13:56:55 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2019-11-19 03:14:45 +0100
commit852a0f9cd88ef1f646af67e59a0fdd779b0e7627 (patch)
tree48dc90a99620311e826b25a625f2b9ce15be571b /vcl/qt5/Qt5Data.cxx
parentf8e1f8652255cadd80a991aa3e059ee631b333b8 (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/qt5/Qt5Data.cxx')
-rw-r--r--vcl/qt5/Qt5Data.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qt5/Qt5Data.cxx b/vcl/qt5/Qt5Data.cxx
index 9f9bf2557c3d..c50f8c57ddc6 100644
--- a/vcl/qt5/Qt5Data.cxx
+++ b/vcl/qt5/Qt5Data.cxx
@@ -171,7 +171,7 @@ Qt5Data::Qt5Data(SalInstance* pInstance)
+ style->pixelMetric(QStyle::PM_MenuVMargin);
}
-// outline dtor b/c of GlyphCache incomplete type
+// outline dtor b/c of FreetypeManager incomplete type
Qt5Data::~Qt5Data() {}
static QCursor* getQCursorFromXBM(const unsigned char* pBitmap, const unsigned char* pMask,