summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2019-03-19 16:17:09 -0400
committerAron Budea <aron.budea@collabora.com>2019-03-19 23:28:04 +0100
commit2ac8d81a00bc9061f88dfd13a6a08873d92a5b86 (patch)
tree5dd0803c43b0781ae6fdd84fa3698a7db49a816e /sw
parent166a4989a0d1e5a6271c66bceb73a27970afc882 (diff)
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@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/uiview/view.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/uiview/view.cxx b/sw/source/uibase/uiview/view.cxx
index 59fc540e0d35..c48a59c22841 100644
--- a/sw/source/uibase/uiview/view.cxx
+++ b/sw/source/uibase/uiview/view.cxx
@@ -1698,10 +1698,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