Fixed for i#103021
[ooovba.git] / applied_patches / 0057-vcl-menu-fixes.diff
blob1bdde52c4eb34829708662e5c9f89a7a1358dbed
1 --- vcl/source/window/menu.cxx 19 Jul 2006 14:59:50 -0000 1.139
2 +++ vcl/source/window/menu.cxx 31 Jul 2006 15:20:05 -0000
3 @@ -958,7 +958,7 @@ void Menu::ImplInit()
5 mnHighlightedItemPos = ITEMPOS_INVALID;
6 mpSalMenu = NULL;
7 - nMenuFlags = MENU_FLAG_SHOWCHECKIMAGES;
8 + nMenuFlags = 0;
9 nDefaultItem = 0;
10 //bIsMenuBar = FALSE; // this is now set in the ctor, must not be changed here!!!
11 nSelectedId = 0;