Author: af
Date: Wed May 22 12:22:32 2013
New Revision: 1485181

URL: http://svn.apache.org/r1485181
Log:
i122354: Fix notification of slide change when caused by slide sorter key event.

Modified:
    
openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx

Modified: 
openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx?rev=1485181&r1=1485180&r2=1485181&view=diff
==============================================================================
--- 
openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
 (original)
+++ 
openoffice/trunk/main/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
 Wed May 22 12:22:32 2013
@@ -446,6 +446,7 @@ void SelectionFunction::NotifyDragFinish
 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;


Reply via email to