summaryrefslogtreecommitdiffstats
path: root/sw/inc/AnnotationWin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/AnnotationWin.hxx')
-rw-r--r--sw/inc/AnnotationWin.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/AnnotationWin.hxx b/sw/inc/AnnotationWin.hxx
index 38388fd8e985..ef39ad6e4c8f 100644
--- a/sw/inc/AnnotationWin.hxx
+++ b/sw/inc/AnnotationWin.hxx
@@ -35,6 +35,7 @@
#include <SidebarWin.hxx>
class PopupMenu;
+class OutlinerParaObject;
namespace sw { namespace annotation {
@@ -43,9 +44,10 @@ class SwAnnotationWin : public sw::sidebarwindows::SwSidebarWin
public:
SwAnnotationWin( SwEditWin& rEditWin,
WinBits nBits,
- SwFmtFld* aField,
SwPostItMgr& aMgr,
- SwPostItBits aBits );
+ SwPostItBits aBits,
+ SwSidebarItem& rSidebarItem,
+ SwFmtFld* aField );
virtual ~SwAnnotationWin();
virtual void UpdateData();