summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-09 15:50:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-08-09 15:50:58 +0100
commite328cab3c987a057411264209d1393440504a2cd (patch)
tree2e2a8f1c363e7b12d1e3e85ed2aeae0cac2e6a2f /svx
parentadb9cbff1f6c380bfae85e7dd96ff6cff22ffbe9 (diff)
Resolves: tdf#101253 crash in gallery popup menu
since... commit aa0d0536a444fb26d9e570bd6bf6c1bdc3596cf3 Date: Mon Jun 20 15:56:35 2016 +0200 tdf#97527 - vcl: reference-count Menu Change-Id: I991a2cb17241c071f8170763e32e114304a5be91
Diffstat (limited to 'svx')
-rw-r--r--svx/source/gallery2/galbrws2.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index fc6f78570504..6f0ed1205fdf 100644
--- a/svx/source/gallery2/galbrws2.cxx
+++ b/svx/source/gallery2/galbrws2.cxx
@@ -147,6 +147,7 @@ GalleryThemePopup::GalleryThemePopup(
, mnObjectPos( nObjectPos )
, mbPreview( bPreview )
, mpPopupMenu( VclPtr<PopupMenu>::Create(GAL_RES( RID_SVXMN_GALLERY2 )) )
+ , mpBackgroundPopup( VclPtr<PopupMenu>::Create() )
, mpBrowser( pBrowser )
{