diff options
author | Caol?n McNamara <cmc@openoffice.org> | 2010-07-06 10:43:11 +0100 |
---|---|---|
committer | Caol?n McNamara <cmc@openoffice.org> | 2010-07-06 10:43:11 +0100 |
commit | 31bfaf0d23521af88c5110ebdb974c0963b67f03 (patch) | |
tree | 98cdb0ba89f96cb270539973a6499b94fc1f11ec /sdext/source/presenter/PresenterController.cxx | |
parent | 0fa33ce500dd6ee81511dccacf4e88d624d113ed (diff) |
cmcfixes76: #i112868# WaE
Notes
Notes:
split repo tag: extensions_ooo/DEV300_m85
Diffstat (limited to 'sdext/source/presenter/PresenterController.cxx')
-rw-r--r-- | sdext/source/presenter/PresenterController.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdext/source/presenter/PresenterController.cxx b/sdext/source/presenter/PresenterController.cxx index 42208f670f56..4cad226281bf 100644 --- a/sdext/source/presenter/PresenterController.cxx +++ b/sdext/source/presenter/PresenterController.cxx @@ -1085,10 +1085,12 @@ void SAL_CALL PresenterController::keyReleased (const awt::KeyEvent& rEvent) case awt::Key::F1: // Toggle the help view. if (mpWindowManager.get() != NULL) + { if (mpWindowManager->GetViewMode() != PresenterWindowManager::VM_Help) mpWindowManager->SetViewMode(PresenterWindowManager::VM_Help); else mpWindowManager->SetHelpViewState(false); + } break; |