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

Noel Grandin noel at peralex.com
Wed Aug 31 13:12:51 UTC 2016


 extensions/source/bibliography/toolbar.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit bdc4010565af5059a1aa331719fbee1d74a230eb
Author: Noel Grandin <noel at peralex.com>
Date:   Wed Aug 31 15:10:41 2016 +0200

    tdf#101810 - Crash when selecting Bibliography from Tools
    
    fallout from commit aa0d0536 "tdf#97527 - vcl: reference-count Menu"
    
    Change-Id: I996a5b739f35d034b15fd5d0b4c94fd57688bf12

diff --git a/extensions/source/bibliography/toolbar.cxx b/extensions/source/bibliography/toolbar.cxx
index a0d251b..3a487e6 100644
--- a/extensions/source/bibliography/toolbar.cxx
+++ b/extensions/source/bibliography/toolbar.cxx
@@ -181,6 +181,7 @@ BibToolBar::BibToolBar(vcl::Window* pParent, Link<void*,void> aLink)
     aLBSource(VclPtr<ListBox>::Create(this,WB_DROPDOWN)),
     aFtQuery(VclPtr<FixedText>::Create(this,WB_VCENTER)),
     aEdQuery(VclPtr<Edit>::Create(this)),
+    pPopupMenu(VclPtr<PopupMenu>::Create()),
     nMenuId(0),
     nSelMenuItem(0),
     aLayoutManager( aLink ),


More information about the Libreoffice-commits mailing list