diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-08-19 21:17:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-20 15:20:45 +0200 |
commit | d9ab7be6c2e4494846081b089710f4dd0b1d2ad3 (patch) | |
tree | 6a2b2cb3c0ff3ce76459d5dd03df0ceb6e61296b /include | |
parent | 7fe7805f0fe7924bb0e190207d8ea320353d2810 (diff) |
TODO: refcount ImplFontList
Change-Id: Ie125f1ac9c14a41e25c3e54beafca2f9e34e4c6f
Reviewed-on: https://gerrit.libreoffice.org/59310
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 28dab9a0df9c..ff37b971b344 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -340,7 +340,7 @@ private: GDIMetaFile* mpMetaFile; mutable rtl::Reference<LogicalFontInstance> mpFontInstance; mutable std::shared_ptr<ImplFontCache> mxFontCache; - mutable PhysicalFontCollection* mpFontCollection; + mutable std::shared_ptr<PhysicalFontCollection> mxFontCollection; mutable std::unique_ptr<ImplDeviceFontList> mpDeviceFontList; mutable std::unique_ptr<ImplDeviceFontSizeList> mpDeviceFontSizeList; std::unique_ptr<OutDevStateStack> mpOutDevStateStack; |