summaryrefslogtreecommitdiff
path: root/sw/inc/PostItMgr.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-04-20 23:31:27 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-04-21 08:06:43 +0200
commit4354f0e9ef4a5538729a2a6f2d1745e247f6c5cd (patch)
tree8de356fecff69ac1017a563342bf04d2c995557b /sw/inc/PostItMgr.hxx
parentd862741423cdf0ef228d34b2a25b09c9401be584 (diff)
tdf#68604: Commit the data from the postit to the model before docx save.
Change-Id: I74f4adad5f142b35ff8819577b1dbd6e5c45db96 Reviewed-on: https://gerrit.libreoffice.org/36757 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/PostItMgr.hxx')
-rw-r--r--sw/inc/PostItMgr.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx
index 6f25c4cb72bd..319a83c1cac2 100644
--- a/sw/inc/PostItMgr.hxx
+++ b/sw/inc/PostItMgr.hxx
@@ -21,6 +21,7 @@
#define INCLUDED_SW_INC_POSTITMGR_HXX
#include <sal/config.h>
+#include "swdllapi.h"
#include <cstddef>
#include <list>
@@ -249,10 +250,10 @@ class SwPostItMgr: public SfxListener
sw::annotation::SwAnnotationWin* GetActiveSidebarWin() { return mpActivePostIt; }
void SetActiveSidebarWin( sw::annotation::SwAnnotationWin* p);
- bool HasActiveSidebarWin() const;
+ SW_DLLPUBLIC bool HasActiveSidebarWin() const;
bool HasActiveAnnotationWin() const;
void GrabFocusOnActiveSidebarWin();
- void UpdateDataOnActiveSidebarWin();
+ SW_DLLPUBLIC void UpdateDataOnActiveSidebarWin();
void DeleteActiveSidebarWin();
void HideActiveSidebarWin();
void ToggleInsModeOnActiveSidebarWin();