diff options
author | Oliver-Rainer Wittmann <od@openoffice.org> | 2010-02-16 14:30:17 +0100 |
---|---|---|
committer | Oliver-Rainer Wittmann <od@openoffice.org> | 2010-02-16 14:30:17 +0100 |
commit | 9a178b2ef9731f746eddae4041eb243a6aa2d292 (patch) | |
tree | 687a5e592dc11e042787f7f6d8c039460f955aaa /sw/inc/PostItMgr.hxx | |
parent | 132f28c341e1c801ec13cae01ce39b0917bcdc05 (diff) |
sw33a11y01: #i88070# - accessible Writer comments - part 4
Diffstat (limited to 'sw/inc/PostItMgr.hxx')
-rw-r--r-- | sw/inc/PostItMgr.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx index 48249b794f43..b0dc1f3754ef 100644 --- a/sw/inc/PostItMgr.hxx +++ b/sw/inc/PostItMgr.hxx @@ -196,7 +196,6 @@ class SwPostItMgr: public SfxListener DECL_LINK( CalcHdl, void*); sw::sidebarwindows::SwSidebarWin* GetSidebarWin(const SfxBroadcaster* pBroadcaster) const; - sw::annotation::SwAnnotationWin* GetAnnotationWin(const SwPostItField* pFld) const; void InsertItem( SfxBroadcaster* pItem, bool bCheckExistance, bool bFocus); void RemoveItem( SfxBroadcaster* pBroadcast ); @@ -248,6 +247,8 @@ class SwPostItMgr: public SfxListener bool IsHit(const Point &aPointPixel); Color GetArrowColor(USHORT aDirection,unsigned long aPage) const; + sw::annotation::SwAnnotationWin* GetAnnotationWin(const SwPostItField* pFld) const; + sw::sidebarwindows::SwSidebarWin* GetNextPostIt( USHORT aDirection, sw::sidebarwindows::SwSidebarWin* aPostIt); long GetNextBorder(); |