[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Mar 20 04:22:13 UTC 2019
sw/source/uibase/uiview/view.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 0a4249232be237a93ce92bec74780d8cee77fe5c
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Tue Mar 19 16:17:09 2019 -0400
Commit: Henry Castro <hcastro at collabora.com>
CommitDate: Wed Mar 20 05:21:50 2019 +0100
tdf#124162: Crash when trying to accept changes
Change-Id: If4a4034a891d6539b183f6083c0711b05ef7692d
Reviewed-on: https://gerrit.libreoffice.org/69441
Tested-by: Jenkins
Reviewed-by: Aron Budea <aron.budea at collabora.com>
(cherry picked from commit 2ac8d81a00bc9061f88dfd13a6a08873d92a5b86)
Reviewed-on: https://gerrit.libreoffice.org/69450
Reviewed-by: Henry Castro <hcastro at collabora.com>
diff --git a/sw/source/uibase/uiview/view.cxx b/sw/source/uibase/uiview/view.cxx
index 2e048d72e617..c3a6711e6d50 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:
{
static sal_uInt16 const 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
More information about the Libreoffice-commits
mailing list