summaryrefslogtreecommitdiff
path: root/sw/sdi/_viewsh.sdi
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-07-31 08:37:28 +0200
committerLászló Németh <nemeth@numbertext.org>2019-09-04 14:32:58 +0200
commit1496a1831d1be0a2d24be9fe3ecf627b2664e938 (patch)
tree1d68bff95779e80665e69c6c58a7df1a3445e368 /sw/sdi/_viewsh.sdi
parentdf4a6f977843dbf4eb8bb5998b090d92c454611b (diff)
tdf#101977 change tracking: add 'Accept/Reject and jump to next' commands
to Track Changes toolbar by creating the new Writer UNO command .uno:RejectTrackedChangeToNext and .uno:AcceptTrackedChangeToNext. Note: This feature is similar to what Word does by default. Change-Id: Ic5d7f5663217c605ccbee2f16b49e76522f911e6 Reviewed-on: https://gerrit.libreoffice.org/76719 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sw/sdi/_viewsh.sdi')
-rw-r--r--sw/sdi/_viewsh.sdi12
1 files changed, 12 insertions, 0 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi
index 824eb2f0e6e3..ad97fe844319 100644
--- a/sw/sdi/_viewsh.sdi
+++ b/sw/sdi/_viewsh.sdi
@@ -152,6 +152,18 @@ interface BaseTextEditView
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
]
+ FN_REDLINE_ACCEPT_TONEXT
+ [
+ ExecMethod = Execute;
+ StateMethod = GetState;
+ DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
+ ]
+ FN_REDLINE_REJECT_TONEXT
+ [
+ ExecMethod = Execute;
+ StateMethod = GetState;
+ DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
+ ]
SID_DOCUMENT_COMPARE // status(play)
[