diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-31 15:10:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-31 15:12:24 +0200 |
commit | bdc4010565af5059a1aa331719fbee1d74a230eb (patch) | |
tree | e441e561e64cec57e65f6b0314f28fd960c22741 /extensions | |
parent | 48e1f5028c5e507f1343bc695ec7e1079fd177cf (diff) |
tdf#101810 - Crash when selecting Bibliography from Tools
fallout from commit aa0d0536 "tdf#97527 - vcl: reference-count Menu"
Change-Id: I996a5b739f35d034b15fd5d0b4c94fd57688bf12
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/toolbar.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/source/bibliography/toolbar.cxx b/extensions/source/bibliography/toolbar.cxx index a0d251bc580c..3a487e6f4b6b 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 ), |