diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-15 20:27:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-16 11:23:10 +0100 |
commit | c7f2c9c301e55bfad38e4a0352c6bf54faae6bb8 (patch) | |
tree | 261e381310400b582154dd2acbd62781b87cefba /framework | |
parent | 07b9e2fade19600aeb1021818aeb9fbd6387abdd (diff) |
coverity#1202950 Uninitialized scalar field
Change-Id: I3f3ef0f017d35bb16ecdb7638d23e6b447f7262b
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/menubarmanager.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/source/uielement/menubarmanager.cxx b/framework/source/uielement/menubarmanager.cxx index 4a0524375fe9..769851519517 100644 --- a/framework/source/uielement/menubarmanager.cxx +++ b/framework/source/uielement/menubarmanager.cxx @@ -1927,6 +1927,7 @@ void MenuBarManager::Init(const Reference< XFrame >& rFrame,AddonMenu* pAddonMen m_xFrame = rFrame; m_bInitialized = false; m_bIsBookmarkMenu = true; + m_bShowMenuImages = true; OUString aModuleIdentifier; m_xPopupMenuControllerFactory = frame::thePopupMenuControllerFactory::get( |