diff options
Diffstat (limited to 'sw/inc/PostItMgr.hxx')
-rw-r--r-- | sw/inc/PostItMgr.hxx | 1 |
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); |