summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2020-09-14 12:56:21 +0530
committerAndras Timar <andras.timar@collabora.com>2020-09-15 22:04:25 +0200
commit047e40e0b1bf09c7fcc4d9b3ea83ed6011785802 (patch)
tree4402493840270d2065f544d0f58dbf008c7a5a86 /desktop
parentchanged FN_RESOLVE_NOTE behaviour to resolve single note (diff)
downloadcore-047e40e0b1bf09c7fcc4d9b3ea83ed6011785802.tar.gz
core-047e40e0b1bf09c7fcc4d9b3ea83ed6011785802.zip
Added new command to resolve the comment thread
Change-Id: I8a4e5f63ee6ea5e560fae8a5d3602178f2b58b36 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102779 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
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 c5f19c23eb93..ca825da01637 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2664,6 +2664,7 @@ static void doc_iniUnoCommands ()
OUString(".uno:DeleteAnnotation"),
OUString(".uno:ReplyComment"),
OUString(".uno:ResolveComment"),
+ OUString(".uno:ResolveCommentThread"),
OUString(".uno:InsertRowsBefore"),
OUString(".uno:InsertRowsAfter"),
OUString(".uno:InsertColumnsBefore"),