slideshow-effect-rewind-sdext.diff: allows to step back one animation effect

i#48179
This commit is contained in:
Thorsten Behrens 2010-09-16 18:36:06 +02:00 committed by Fridrich Štrba
parent 0abe2eea12
commit 8ed3c9196c

View file

@ -998,7 +998,6 @@ void SAL_CALL PresenterController::keyReleased (const awt::KeyEvent& rEvent)
}
break;
case awt::Key::LEFT:
case awt::Key::PAGEUP:
if (mxSlideShowController.is())
{
@ -1009,6 +1008,7 @@ 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: