diff options
author | Antonio Fernandez <antonio.fernandez@aentos.es> | 2012-09-27 11:28:44 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:54 +0100 |
commit | 7dd3bb2cc6e0a72090ff3ac7a3e3824effa498e8 (patch) | |
tree | 49c6f7c9d554fe0f9ef56ccc8d952e9b41b90c4e /vcl/source | |
parent | 26b2caf17928fd7cddff3e4a45e93b98a830641e (diff) |
All special items are now correctly displayed.
Change-Id: Ifce96d3e740a7ac89132dd23f9f51447e4372716
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/menu.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx index 23bfa8105a62..bf220a43f4c4 100644 --- a/vcl/source/window/menu.cxx +++ b/vcl/source/window/menu.cxx @@ -3233,7 +3233,8 @@ void Menu::HighlightItem( sal_uInt16 nItemPos ) } } -void Menu::Freeze() { +void Menu::Freeze(void) +{ SalMenu *pSalMenu = ImplGetSalMenu(); if ( pSalMenu ) { |