summaryrefslogtreecommitdiff
path: root/vcl/inc/window.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-08-19 21:17:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-08-20 15:20:45 +0200
commitd9ab7be6c2e4494846081b089710f4dd0b1d2ad3 (patch)
tree6a2b2cb3c0ff3ce76459d5dd03df0ceb6e61296b /vcl/inc/window.h
parent7fe7805f0fe7924bb0e190207d8ea320353d2810 (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 'vcl/inc/window.h')
-rw-r--r--vcl/inc/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index f1a5f66ef830..21448efd9496 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -128,7 +128,7 @@ struct ImplFrameData
VclPtr<vcl::Window> mpMouseMoveWin; //< last window, where MouseMove() called
VclPtr<vcl::Window> mpMouseDownWin; //< last window, where MouseButtonDown() called
std::vector<VclPtr<vcl::Window> > maOwnerDrawList; //< List of system windows with owner draw decoration
- PhysicalFontCollection* mpFontCollection; //< Font-List for this frame
+ std::shared_ptr<PhysicalFontCollection> mxFontCollection; //< Font-List for this frame
std::shared_ptr<ImplFontCache> mxFontCache; //< Font-Cache for this frame
sal_Int32 mnDPIX; //< Original Screen Resolution
sal_Int32 mnDPIY; //< Original Screen Resolution