summaryrefslogtreecommitdiff
path: root/sw/inc/AnnotationWin.hxx
diff options
context:
space:
mode:
authorShiko <aelshreif7@gmail.com>2020-06-12 17:58:05 +0200
committerAhmed ElShreif <aelshreif7@gmail.com>2020-06-17 21:35:01 +0200
commit75704068032174bde83c995e445342faaa04b9c7 (patch)
tree768bc7674a3517d30bdd2ac9349ff124c9f9355a /sw/inc/AnnotationWin.hxx
parent2ef9f5c15be1cb8f296ac4a3281e4ff10187aeeb (diff)
uitest: Add support for Writer comments
Change-Id: I88ed2894c3665fb421c5d8ea0f278c54ccd0d0e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96230 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sw/inc/AnnotationWin.hxx')
-rw-r--r--sw/inc/AnnotationWin.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/AnnotationWin.hxx b/sw/inc/AnnotationWin.hxx
index 080d8de42ef0..715d01ea95ee 100644
--- a/sw/inc/AnnotationWin.hxx
+++ b/sw/inc/AnnotationWin.hxx
@@ -102,6 +102,7 @@ class SAL_DLLPUBLIC_RTTI SwAnnotationWin : public vcl::Window
SwSidebarItem& GetSidebarItem() { return mrSidebarItem; }
OutlinerView* GetOutlinerView() { return mpOutlinerView.get();}
+ Outliner* GetOutliner() { return mpOutliner.get();}
bool HasScrollbar() const;
bool IsScrollbarVisible() const;
ScrollBar* Scrollbar() { return mpVScrollbar; }
@@ -198,6 +199,8 @@ class SAL_DLLPUBLIC_RTTI SwAnnotationWin : public vcl::Window
/// This may be the same annotation as this one.
SwAnnotationWin* GetTopReplyNote();
+ virtual FactoryFunction GetUITestFactory() const override;
+
private:
VclPtr<MenuButton> CreateMenuButton();
virtual void LoseFocus() override;