summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2013-05-22 12:22:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-05-22 20:22:48 +0100
commit12da94075c58d7dac7f9a9080107a879de805e89 (patch)
tree47d2266ac694a8dea3118f067100470dea89d70d /sd
parentf7b9c4e38733863da8e434157ff7061e6b110309 (diff)
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)
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx1
1 files changed, 1 insertions, 0 deletions
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;