diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-08-19 18:21:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-20 14:40:05 +0200 |
commit | 7d44fb6d97f629839bb896142ccb4ce0c55db707 (patch) | |
tree | 5838bb831fb558649fd02d98c0cdffab0e116a37 /vcl/inc/svdata.hxx | |
parent | 401cba4c20fbc930f034168872642428d7459218 (diff) |
TODO: refcount ImplFontCache
Change-Id: Ia4499c2a1515aebaff9edf0e843fc66c7fb1414e
Reviewed-on: https://gerrit.libreoffice.org/59309
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r-- | vcl/inc/svdata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index 407f1ceff165..7b35a0283e93 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -185,7 +185,7 @@ struct ImplSVGDIData VclPtr<Printer> mpLastPrinter; // Last Printer ImplPrnQueueList* mpPrinterQueueList = nullptr; // List of all printer queue PhysicalFontCollection* mpScreenFontList = nullptr; // Screen-Font-List - ImplFontCache* mpScreenFontCache = nullptr; // Screen-Font-Cache + std::shared_ptr<ImplFontCache> mxScreenFontCache; // Screen-Font-Cache ImplDirectFontSubstitution* mpDirectFontSubst = nullptr; // Font-Substitutions defined in Tools->Options->Fonts GraphicConverter* mpGrfConverter = nullptr; // Converter for graphics long mnAppFontX = 0; // AppFont X-Numenator for 40/tel Width |