diff options
author | Oliver-Rainer Wittmann <od@openoffice.org> | 2010-02-02 15:11:26 +0100 |
---|---|---|
committer | Oliver-Rainer Wittmann <od@openoffice.org> | 2010-02-02 15:11:26 +0100 |
commit | 84a72b88e50b60765fadd00c8caa73112a7e5830 (patch) | |
tree | 7407bab76e6161e81cbf1cd62fb36ebe4e247ea1 /sw/inc/AnnotationWin.hxx | |
parent | bb1a225066bc5a57f5a194e6f4dfd585a6d5a30e (diff) |
sw33a11y01: #i88070# - accessible Writer comments - part 1
Diffstat (limited to 'sw/inc/AnnotationWin.hxx')
-rw-r--r-- | sw/inc/AnnotationWin.hxx | 6 |
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(); |