diff options
author | Aron Budea <aron.budea@collabora.com> | 2024-03-12 18:20:24 +1030 |
---|---|---|
committer | Aron Budea <aron.budea@collabora.com> | 2024-03-12 19:24:12 +0100 |
commit | d3ae37902ee2ded2926b1a41816b33404f1cda1d (patch) | |
tree | 719b0c80a92c5f5a541a79ed08f16405f5d54d29 /desktop | |
parent | f35ff76607041798823ac985b50ee40d5c670260 (diff) |
lok: Send Accept / RejectTrackedChangedToNext state change
Change-Id: I194c0c3260fe90273f5b5f50c18a63e48ae85449
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164699
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Aron Budea <aron.budea@collabora.com>
(cherry picked from commit 9358d70f57ffd2ea40a3ae71db14b26307fce92e)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164685
Tested-by: Jenkins
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index d2525bcddcb3..90bddb4fb899 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3781,6 +3781,8 @@ static void doc_iniUnoCommands () u".uno:ParaspaceDecrease"_ustr, u".uno:AcceptTrackedChange"_ustr, u".uno:RejectTrackedChange"_ustr, + u".uno:AcceptTrackedChangeToNext"_ustr, + u".uno:RejectTrackedChangeToNext"_ustr, u".uno:ShowResolvedAnnotations"_ustr, u".uno:InsertBreak"_ustr, u".uno:InsertEndnote"_ustr, |