From 12da94075c58d7dac7f9a9080107a879de805e89 Mon Sep 17 00:00:00 2001 From: Andre Fischer Date: Wed, 22 May 2013 12:22:32 +0000 Subject: Resolves: #i122354# Fix notification of slide change when... caused by slide sorter key event (cherry picked from commit a3d234a12b037327688d4743c82f76da732ec70e) Change-Id: I6ac1667d10b5ecd8cc3f96b7657d7ffe49a7ac3f (cherry picked from commit 0314533d3ba5a2601bc18037c4a1fbc6a54910d3) --- sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx') diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx index 2decfcb22e86..ca0ff0b5824c 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; -- cgit v1.2.3