diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-04-06 16:18:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-04-06 16:18:41 +0100 |
commit | 95b720f6d7ba2639c06ba07c3f70aca871a45950 (patch) | |
tree | 97654e80487679996736354f9dcbb6baf62ee460 /vcl/osx | |
parent | d02a015593fc129d55e03e2b6d4caacd4e6d3787 (diff) |
revert to fix tdf#98783 missing menubar
Change-Id: Ia322149a7ed461f528af856d9907fe4620f9e97f
Diffstat (limited to 'vcl/osx')
-rw-r--r-- | vcl/osx/salmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salmenu.cxx b/vcl/osx/salmenu.cxx index ad6ce395a2dc..00f099105818 100644 --- a/vcl/osx/salmenu.cxx +++ b/vcl/osx/salmenu.cxx @@ -220,7 +220,7 @@ static void initAppMenu() } } -SalMenu* AquaSalInstance::CreateMenu( bool bMenuBar, Menu* pVCLMenu, SystemWindow* /*pAssociatedSystemWindow*/ ) +SalMenu* AquaSalInstance::CreateMenu( bool bMenuBar, Menu* pVCLMenu ) { initAppMenu(); |