summaryrefslogtreecommitdiff
path: root/sw/sdi/swriter.sdi
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2020-09-15 10:07:27 +0530
committerPranam Lashkari <lpranam@collabora.com>2020-09-23 14:45:12 +0200
commitb4ca42983f6d1d474c8703264428a8c462b8d1b9 (patch)
tree32348792eedced6192a2c7f81f4c814d95c8fc8c /sw/sdi/swriter.sdi
parent7346edfee5c2391f828b09baa3dc94d5834d3cd8 (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/swriter.sdi')
-rw-r--r--sw/sdi/swriter.sdi17
1 files changed, 17 insertions, 0 deletions
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
index 843cba4530b9..3d29704f8f1b 100644
--- a/sw/sdi/swriter.sdi
+++ b/sw/sdi/swriter.sdi
@@ -7278,6 +7278,23 @@ SfxVoidItem DeleteComment FN_DELETE_COMMENT
GroupId = SfxGroupId::Edit;
]
+SfxVoidItem DeleteCommentThread FN_DELETE_COMMENT_THREAD
+(SvxPostItIdItem Id SID_ATTR_POSTIT_ID)
+[
+ AutoUpdate = FALSE,
+ FastCall = FALSE,
+ ReadOnlyDoc = FALSE,
+ Toggle = FALSE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+
+ AccelConfig = TRUE,
+ MenuConfig = TRUE,
+ ToolBoxConfig = TRUE,
+ GroupId = SfxGroupId::Edit;
+]
+
SfxVoidItem ResolveComment FN_RESOLVE_NOTE
(SvxPostItIdItem Id SID_ATTR_POSTIT_ID)
[