diff options
author | Pranam Lashkari <lpranam@collabora.com> | 2020-09-14 12:56:21 +0530 |
---|---|---|
committer | Pranam Lashkari <lpranam@collabora.com> | 2020-09-22 15:10:07 +0200 |
commit | 6753b7fbba15e631e0b300cfa48cc2d5e859a88f (patch) | |
tree | 0ced431e920db5793ac74e52ac0704c87464b271 /desktop | |
parent | bc582eef43ad425b89cf4fad579177afe1405224 (diff) |
Added new command to resolve the comment thread
Change-Id: I8a4e5f63ee6ea5e560fae8a5d3602178f2b58b36
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102827
Tested-by: Jenkins
Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 24b3a1f9c24f..e56a925ccb39 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2705,6 +2705,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"), |