summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-09-19 17:56:35 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-09-19 20:10:22 +0200
commit288013f25d2e52a76f7ce5368c505a6ccb3b64a2 (patch)
tree7f2ebea4554cd171b22577c38b8105df08191739 /desktop
parentaa51bf1e17dfb4a0a95a24e7de7f55d2b44b9472 (diff)
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
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx1
1 files changed, 1 insertions, 0 deletions
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;