summaryrefslogtreecommitdiff
path: root/sw/inc/view.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/view.hxx')
-rw-r--r--sw/inc/view.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx
index acaff3e80585..aaeba12e8645 100644
--- a/sw/inc/view.hxx
+++ b/sw/inc/view.hxx
@@ -655,6 +655,8 @@ public:
void dumpAsXml(struct _xmlTextWriter* pWriter) const override;
void SetRedlineAuthor(const OUString& rAuthor);
const OUString& GetRedlineAuthor();
+ /// See SfxViewShell::NotifyCursor().
+ void NotifyCursor(SfxViewShell* pViewShell) const override;
};
inline long SwView::GetXScroll() const