diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-06-26 21:01:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-26 21:03:09 +0100 |
commit | 2184b08dd185f3f20d8b2098d3f652aed629b51f (patch) | |
tree | a735246cdc92b0d69d819b06c47994d9ce1a7aac /cui/source/inc/cfg.hxx | |
parent | d1051a203a7f89997128313f6a4f065f51f6c00d (diff) |
Resolves: tdf#100619 vclptr assert with menu set to menubutton
Change-Id: I2e621567e3bbc01d6f52844014dba9e46fe79f41
Diffstat (limited to 'cui/source/inc/cfg.hxx')
-rw-r--r-- | cui/source/inc/cfg.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index 9ca82b462158..b9ca0d55b7cd 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -575,6 +575,9 @@ private: void DeleteSelectedContent() override; void DeleteSelectedTopLevel() override; + VclPtrInstance<PopupMenu> m_pMenu; + VclPtrInstance<PopupMenu> m_pEntry; + public: SvxToolbarConfigPage( vcl::Window *pParent, const SfxItemSet& rItemSet ); virtual ~SvxToolbarConfigPage(); |