[Libreoffice-commits] core.git: svx/source

Caolán McNamara caolanm at redhat.com
Tue Aug 9 14:52:32 UTC 2016


 svx/source/gallery2/galbrws2.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e328cab3c987a057411264209d1393440504a2cd
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Aug 9 15:50:54 2016 +0100

    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

diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index fc6f785..6f0ed12 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 )
 {
 


More information about the Libreoffice-commits mailing list