sw/source/uibase/uiview/view.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit f6bdfa3754744fafc6bee8a07d706897a487e035 Author: Henry Castro <[email protected]> AuthorDate: Tue Mar 19 16:17:09 2019 -0400 Commit: Tor Lillqvist <[email protected]> CommitDate: Wed Mar 20 09:05:02 2019 +0100 tdf#124162: Crash when trying to accept changes Reviewed-on: https://gerrit.libreoffice.org/69441 Tested-by: Jenkins Reviewed-by: Aron Budea <[email protected]> (cherry picked from commit 2ac8d81a00bc9061f88dfd13a6a08873d92a5b86) Change-Id: If4a4034a891d6539b183f6083c0711b05ef7692d Reviewed-on: https://gerrit.libreoffice.org/69451 Reviewed-by: Henry Castro <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Tor Lillqvist <[email protected]> diff --git a/sw/source/uibase/uiview/view.cxx b/sw/source/uibase/uiview/view.cxx index 6ae64dad73ec..7110db3bc4b7 100644 --- a/sw/source/uibase/uiview/view.cxx +++ b/sw/source/uibase/uiview/view.cxx @@ -1692,10 +1692,10 @@ void SwView::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) case SfxHintId::RedlineChanged: { sal_uInt16 aSlotRedLine[] = { - FN_REDLINE_NEXT_CHANGE, - FN_REDLINE_PREV_CHANGE, FN_REDLINE_ACCEPT_DIRECT, FN_REDLINE_REJECT_DIRECT, + FN_REDLINE_NEXT_CHANGE, + FN_REDLINE_PREV_CHANGE, FN_REDLINE_ACCEPT_ALL, FN_REDLINE_REJECT_ALL, 0 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
