diff options
author | Pranam Lashkari <lpranam@collabora.com> | 2020-09-15 10:07:27 +0530 |
---|---|---|
committer | Pranam Lashkari <lpranam@collabora.com> | 2020-09-23 14:45:12 +0200 |
commit | b4ca42983f6d1d474c8703264428a8c462b8d1b9 (patch) | |
tree | 32348792eedced6192a2c7f81f4c814d95c8fc8c /sw/sdi/_annotsh.sdi | |
parent | 7346edfee5c2391f828b09baa3dc94d5834d3cd8 (diff) |
Added new command to delete the comment thread
Change-Id: I16d46787a6972afb0c3ab2e56482888082af1d27
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102894
Tested-by: Jenkins
Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
Diffstat (limited to 'sw/sdi/_annotsh.sdi')
-rw-r--r-- | sw/sdi/_annotsh.sdi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/sdi/_annotsh.sdi b/sw/sdi/_annotsh.sdi index 9a78988dee2a..66242a1f52ca 100644 --- a/sw/sdi/_annotsh.sdi +++ b/sw/sdi/_annotsh.sdi @@ -24,6 +24,12 @@ interface _Annotation StateMethod = GetNoteState ; ] + FN_DELETE_COMMENT_THREAD + [ + ExecMethod = NoteExec ; + StateMethod = GetNoteState ; + ] + FN_DELETE_NOTE_AUTHOR [ ExecMethod = NoteExec ; |