diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2018-10-05 10:25:43 +0000 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2018-10-06 12:06:30 +0200 |
commit | 8fdb37119f6db7f7fa5af1644e15347f17e5968e (patch) | |
tree | a45d779da39ae6b3e24519b3cb55fa12260bf0ec /vcl/inc/qt5/Qt5Data.hxx | |
parent | ede39d78282484650796456327a35a879a475cef (diff) |
Add GlyphCache instance to GenericUnixSalData
This gets rid of some statics and drops some duplicate code:
- the X11 based GlyphCache => gone
- the svp version of the GlyphCache => gone
- the "normal" GlyphCache
- the PrintFontManager
And while at it move the implementation into its own file
gendata.cxx.
Change-Id: I9063139c9482f5f37285505f389cf5f32c02426b
Reviewed-on: https://gerrit.libreoffice.org/61454
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'vcl/inc/qt5/Qt5Data.hxx')
-rw-r--r-- | vcl/inc/qt5/Qt5Data.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/qt5/Qt5Data.hxx b/vcl/inc/qt5/Qt5Data.hxx index 3cda6037c5e9..6f64925cb2f5 100644 --- a/vcl/inc/qt5/Qt5Data.hxx +++ b/vcl/inc/qt5/Qt5Data.hxx @@ -32,7 +32,6 @@ class QCursor; class VCLPLUG_QT5_PUBLIC Qt5Data : public GenericUnixSalData { o3tl::enumarray<PointerStyle, std::unique_ptr<QCursor>> m_aCursors; - std::unique_ptr<GlyphCache> m_pGlyphCache; public: explicit Qt5Data(SalInstance* pInstance); |