From e2cdde1f187de7b6fd0cab740ab7be54fc6fb1f0 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 11 Oct 2013 17:54:15 +0200 Subject: sw: make it possible to accept/reject changes if they contain spelling errors If there were spelling errors in a text portion that is to be accepted/rejected, right mouse click just shown the spellcheck menu, so oddly if an inserted text contained spelling mistakes and we wanted to reject them, Writer didn't allow that. Fix this by adding the redline operations (accept change, reject change, next change, previous change) to the spellcheck menu, but make it only a wrapper around the SwView code, so all the logic on what to do and when to hide these menu items is not duplicated. Change-Id: I76cad2f58a47575f8ef9517af51f1ffe7c4b6844 --- sw/qa/extras/odfimport/data/spellmenu-redline.odt | Bin 0 -> 7959 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 sw/qa/extras/odfimport/data/spellmenu-redline.odt (limited to 'sw/qa') diff --git a/sw/qa/extras/odfimport/data/spellmenu-redline.odt b/sw/qa/extras/odfimport/data/spellmenu-redline.odt new file mode 100644 index 000000000000..268d15c2ccbe Binary files /dev/null and b/sw/qa/extras/odfimport/data/spellmenu-redline.odt differ -- cgit