don't hide images in menus (fdo#31471, fdo#41264)

This commit is contained in:
Ivan Timofeev 2011-12-23 19:10:18 +04:00
parent 4c75e57a42
commit 22ebb32863

View file

@ -960,7 +960,7 @@ void Menu::ImplInit()
{
mnHighlightedItemPos = ITEMPOS_INVALID;
mpSalMenu = NULL;
nMenuFlags = 0;
nMenuFlags = MENU_FLAG_SHOWCHECKIMAGES;
nDefaultItem = 0;
//bIsMenuBar = sal_False; // this is now set in the ctor, must not be changed here!!!
nSelectedId = 0;