From 4a60f9387ddd832f7c164102b76351e5e520d920 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Mon, 28 Apr 2014 19:16:20 +0200 Subject: allow accepting/rejecting changes in a selection (bnc#874790) Adds 'Accept Changes'/'Reject Changes' to the RMB popup if appropriate, more convenient than handling them one by one. Change-Id: I4e2670aa9fdacaaaa1b7ecca36b9c150c82e2e72 --- sw/sdi/_viewsh.sdi | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sw/sdi/_viewsh.sdi') diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi index 40ec958f82ee..7c8f2ad114cf 100644 --- a/sw/sdi/_viewsh.sdi +++ b/sw/sdi/_viewsh.sdi @@ -142,6 +142,18 @@ interface BaseTextEditView StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR"; ] + FN_REDLINE_ACCEPT_DIRECT_SELECTION + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR"; + ] + FN_REDLINE_REJECT_DIRECT_SELECTION + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR"; + ] FN_REDLINE_NEXT_CHANGE [ ExecMethod = Execute ; -- cgit