summaryrefslogtreecommitdiff
path: root/sw/inc/PostItMgr.hxx
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/inc/PostItMgr.hxx
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/inc/PostItMgr.hxx')
-rw-r--r--sw/inc/PostItMgr.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx
index 9108fac28c01..6b3d1161cda3 100644
--- a/sw/inc/PostItMgr.hxx
+++ b/sw/inc/PostItMgr.hxx
@@ -200,6 +200,7 @@ class SAL_DLLPUBLIC_RTTI SwPostItMgr final : public SfxListener
void Delete(const OUString& aAuthor);
void Delete(sal_uInt32 nPostItId);
void Delete();
+ void DeleteCommentThread(sal_uInt32 nPostItId);
void ToggleResolved(sal_uInt32 nPostItId);
void ToggleResolvedForThread(sal_uInt32 nPostItId);