office-gobmx/framework
Caolán McNamara 0c622c9885 extra menubar displayed after exiting embedded object edit
when using native gtk3 menubars.

The issue is that MenuBarManager does not own its MenuBar.
And in this embedded menubar situation a new menubar is newed and passed to
m_pInplaceMenuBar but nothing destroys it.

Now with native gtk3 menubars this becomes obvious as the native menubar stays
behind, while in the non-native case the old menubar is replaced by
the new one so while it still leaks the menubar you don't see it.

Change-Id: Id732cb66664a71efc471d7bad35f4de890e1017e
2016-03-02 16:50:07 +00:00
..
dtd
inc loplugin:unuseddefaultparam in framework 2016-03-02 07:57:38 +02:00
qa
source extra menubar displayed after exiting embedded object edit 2016-03-02 16:50:07 +00:00
uiconfig/startmodule/menubar
util tdf#91013 Convert freezepanes menu to xml 2016-02-17 13:02:33 +02:00
AllLangResTarget_fwe.mk
JunitTest_framework_complex.mk
JunitTest_framework_unoapi.mk
Library_fwe.mk
Library_fwi.mk
Library_fwk.mk tdf#91013 Convert freezepanes menu to xml 2016-02-17 13:02:33 +02:00
Library_fwl.mk
Library_fwm.mk
Makefile
Module_framework.mk
Package_dtd.mk
README
UIConfig_startmodule.mk

Toolbars, menus, UNO stuff, including accelerators and interaction, etc.

See also:
http://wiki.openoffice.org/wiki/Framework