diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-21 12:48:36 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-21 12:50:52 +0200 |
commit | 5b248f1348260f953686b20621255aece57358fe (patch) | |
tree | bb33643818bb214ebf699a021c1e9913fe19e06f /sd | |
parent | d9ba19147d6261469407a50bad4c9a04927fb166 (diff) |
convert MENUBAR_MODE constants to scoped enum
Change-Id: Ie4cda46d02e82cca1710603cfb3af379c702d9d7
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/framework/factories/FullScreenPane.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/factories/FullScreenPane.cxx b/sd/source/ui/framework/factories/FullScreenPane.cxx index 746be6603db2..ef6c05019f79 100644 --- a/sd/source/ui/framework/factories/FullScreenPane.cxx +++ b/sd/source/ui/framework/factories/FullScreenPane.cxx @@ -63,7 +63,7 @@ FullScreenPane::FullScreenPane ( // Create a new top-leve window that is displayed full screen. mpWorkWindow->ShowFullScreenMode(true, nScreenNumber); // For debugging (non-fullscreen) use mpWorkWindow->SetScreenNumber(nScreenNumber); - mpWorkWindow->SetMenuBarMode(MENUBAR_MODE_HIDE); + mpWorkWindow->SetMenuBarMode(MenuBarMode::Hide); mpWorkWindow->SetBorderStyle(WindowBorderStyle::REMOVEBORDER); mpWorkWindow->SetBackground(Wallpaper()); // Don't show the window right now in order to allow the setting of an |