diff options
author | Andre Fischer <af@openoffice.org> | 2009-10-16 12:00:49 +0000 |
---|---|---|
committer | Andre Fischer <af@openoffice.org> | 2009-10-16 12:00:49 +0000 |
commit | fa475e5b4abe7b0795c6a04a98f9fd80a7dde04e (patch) | |
tree | a96c1ad875680a9a8171c8de47abfaadb08382ea | |
parent | 53df433b2bd1f7065c8a6c0f5575a9675f09ce03 (diff) |
#i48179# Fixed wrong resolution of merge conflict.
-rw-r--r-- | sdext/source/presenter/PresenterController.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterController.cxx b/sdext/source/presenter/PresenterController.cxx index 9cf0e02..5907b93 100644 --- a/sdext/source/presenter/PresenterController.cxx +++ b/sdext/source/presenter/PresenterController.cxx @@ -1013,7 +1013,6 @@ void SAL_CALL PresenterController::keyReleased (const awt::KeyEvent& rEvent) } break; - case awt::Key::LEFT: case awt::Key::UP: case awt::Key::P: case awt::Key::BACKSPACE: |