summaryrefslogtreecommitdiff
path: root/sw/inc/PostItMgr.hxx
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-01-23 17:49:49 +0530
committerpranavk <pranavk@collabora.co.uk>2017-01-27 13:01:33 +0000
commitd83deb9d50b0cacdec7aa1d6e264de398898806e (patch)
treea8c874b50fc60980920f44391625ff5eb4b2db1d /sw/inc/PostItMgr.hxx
parent6e463381b43d888a632e652a873f2b5abe7e5458 (diff)
lok: Allow to delete comment by post it id
Change-Id: I61971dfe3a2630ba33c029ce7865bd7077e235cc Reviewed-on: https://gerrit.libreoffice.org/33613 Reviewed-by: pranavk <pranavk@collabora.co.uk> Tested-by: pranavk <pranavk@collabora.co.uk>
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 f27c1e4b1d7b..b15e23dcae6e 100644
--- a/sw/inc/PostItMgr.hxx
+++ b/sw/inc/PostItMgr.hxx
@@ -218,6 +218,7 @@ class SwPostItMgr: public SfxListener
void SetLayout() { mbLayout = true; };
void Delete(const OUString& aAuthor);
+ void Delete(sal_uInt32 nPostItId);
void Delete();
void ExecuteFormatAllDialog(SwView& rView);