sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 0314533d3ba5a2601bc18037c4a1fbc6a54910d3 Author: Andre Fischer <a...@apache.org> Date: Wed May 22 12:22:32 2013 +0000 Resolves: #i122354# Fix notification of slide change when... caused by slide sorter key event (cherry picked from commit a3d234a12b037327688d4743c82f76da732ec70e) Change-Id: I6ac1667d10b5ecd8cc3f96b7657d7ffe49a7ac3f diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx index 2decfcb..ca0ff0b 100644 --- a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx +++ b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx @@ -417,6 +417,7 @@ void SelectionFunction::NotifyDragFinished (void) sal_Bool SelectionFunction::KeyInput (const KeyEvent& rEvent) { view::SlideSorterView::DrawLock aDrawLock (mrSlideSorter); + PageSelector::BroadcastLock aBroadcastLock (mrSlideSorter); PageSelector::UpdateLock aLock (mrSlideSorter); FocusManager& rFocusManager (mrController.GetFocusManager()); sal_Bool bResult = sal_False; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits