diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-08-30 21:38:37 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-08-31 05:55:39 +0000 |
commit | 72eb18e520ea8165a6a20958a1551f55e5e14cab (patch) | |
tree | 553529f0023c6515e5aa0d3a8ae6ff212dcce60b /sfx2 | |
parent | 34dced99c33a97dab86c4538fa267ad4ad4fb41f (diff) |
gtk3: Implement menubar hiding
Change-Id: Ia772f05daa74453fc3dc8fe0c257fdac358cd5c6
Reviewed-on: https://gerrit.libreoffice.org/28490
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appserv.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx index 1afe604918c8..659fbf95e6b9 100644 --- a/sfx2/source/appl/appserv.cxx +++ b/sfx2/source/appl/appserv.cxx @@ -1121,8 +1121,6 @@ void SfxApplication::MiscState_Impl(SfxItemSet &rSet) SfxBoolItem aItem( SID_MENUBAR, bState ); rSet.Put( aItem ); } - if ( Application::GetToolkitName().compareTo( "gtk3" ) == 0 ) - rSet.DisableItem( SID_MENUBAR ); break; } |