diff options
author | Oliver-Rainer Wittmann <od@openoffice.org> | 2010-02-03 16:26:18 +0100 |
---|---|---|
committer | Oliver-Rainer Wittmann <od@openoffice.org> | 2010-02-03 16:26:18 +0100 |
commit | 8d5a379f239ee595058a5c4b4d7d81041d3722f1 (patch) | |
tree | 67475b2422977f473a006b7e29f69b4879403849 /sw/inc/SidebarWin.hxx | |
parent | 03847281f1a8a9e8cfe56143a4cef9df6b1adf2a (diff) |
sw33a11y01: #i88070# - accessible Writer comments - fixes and part 2
Diffstat (limited to 'sw/inc/SidebarWin.hxx')
-rw-r--r-- | sw/inc/SidebarWin.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/SidebarWin.hxx b/sw/inc/SidebarWin.hxx index abeba2e2c6aa..afd6d3db21c0 100644 --- a/sw/inc/SidebarWin.hxx +++ b/sw/inc/SidebarWin.hxx @@ -238,6 +238,7 @@ class SwSidebarWin : public Window bool mbIsFollow; SwSidebarItem& mrSidebarItem; + const SwFrm* mpAnchorFrm; }; } } // eof namespace sw::sidebarwindows |