diff options
author | Matthew J. Francis <mjay.francis@gmail.com> | 2014-11-16 10:26:18 +0800 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-17 09:57:27 +0000 |
commit | e43f692ef908fd2bc180a5e16fb363ec6bb7eb09 (patch) | |
tree | b7b2bdd5d7f7a8381d9da4387a3655c333af37e4 /include | |
parent | 0843ade74e5848c0babad509b10c334b01847be2 (diff) |
fdo#85478 Avoid destroying bitmaps after VCL is shut down
Change-Id: I1ece738e7f60b6bbbdc802339f8b9deec9396e1b
Reviewed-on: https://gerrit.libreoffice.org/12469
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/recentdocsviewitem.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sfx2/recentdocsviewitem.hxx b/include/sfx2/recentdocsviewitem.hxx index b1a51fefaa6b..7ee05eece0bf 100644 --- a/include/sfx2/recentdocsviewitem.hxx +++ b/include/sfx2/recentdocsviewitem.hxx @@ -49,6 +49,10 @@ private: /// Is the icon that the user can click to remove the document from the recent documents highlighted? bool m_bRemoveIconHighlighted; + + BitmapEx m_aRemoveRecentBitmap; + + BitmapEx m_aRemoveRecentBitmapHighlighted; }; #endif // INCLUDED_SFX2_RECENTDOCSVIEWITEM_HXX |