From 288013f25d2e52a76f7ce5368c505a6ccb3b64a2 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 19 Sep 2016 17:56:35 +0200 Subject: sw: emit LOK_CALLBACK_STATE_CHANGED when cursor enters/leaves a redline For now only care about the start of the cursor, which can be only at a single redline. Add matching testcase + expose it in the gtktiledviewer status bar for interactive manual testing. Change-Id: Ib61757412d6b54bef64361d4a8563795ca0bab6c --- desktop/source/lib/init.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop') diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 39e6c6599690..47a5ca78d115 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -1203,6 +1203,7 @@ static void doc_iniUnoCommands () OUString(".uno:SortAscending"), OUString(".uno:SortDescending"), OUString(".uno:TrackChanges"), + OUString(".uno:AcceptTrackedChange"), }; util::URL aCommandURL; -- cgit