[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sw/source

Yousuf Philips philipz85 at hotmail.com
Wed Sep 21 16:18:12 UTC 2016


 sw/source/uibase/uiview/view2.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 16981dd39a59d77149cbe922eb3f9a8e8fd5c6a6
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Sat Sep 17 18:12:53 2016 +0400

    tdf#90597 Revert "Jump to next change when accepting or rejecting a change"
    
    This reverts commit 1deaa9d304239b2d603cc85bbcb8b8f50d8714da.
    
    Change-Id: Id7b73d68e1dfb5fc15397af8e66574485a0bfd86
    Reviewed-on: https://gerrit.libreoffice.org/28979
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/sw/source/uibase/uiview/view2.cxx b/sw/source/uibase/uiview/view2.cxx
index 717f4aa..edd8bcc 100644
--- a/sw/source/uibase/uiview/view2.cxx
+++ b/sw/source/uibase/uiview/view2.cxx
@@ -697,8 +697,6 @@ void SwView::Execute(SfxRequest &rReq)
                         m_pWrtShell->RejectRedline(nRedline);
                 }
             }
-            // Go to next change after accepting or rejecting one (fdo#83953)
-            GetViewFrame()->GetDispatcher()->Execute(FN_REDLINE_NEXT_CHANGE, SfxCallMode::ASYNCHRON);
         }
         break;
 


More information about the Libreoffice-commits mailing list