diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/view.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 91d02e252160..c8b03778acc2 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -629,6 +629,7 @@ public: const OUString& GetRedlineAuthor(); /// See SfxViewShell::NotifyCursor(). void NotifyCursor(SfxViewShell* pViewShell) const override; + void ShowUIElement(const OUString& sElementURL) const; }; inline long SwView::GetXScroll() const |