summaryrefslogtreecommitdiff
path: root/sw/inc/AnnotationWin.hxx
diff options
context:
space:
mode:
authorJim MacArthur <jim-github@mode7.co.uk>2019-07-07 11:10:30 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-07-10 12:19:30 +0200
commit03263d6fffb711f4cf3527c77949253c97ff40fb (patch)
treea3cff36ece125e9257313999ed0a8d72e92c3717 /sw/inc/AnnotationWin.hxx
parentb9a7be7731ee7f03c8aa5498aa890b34552c94b1 (diff)
AnnotationWin: Restore lines from annotations to comment anchor
This changes all the uses of GetTopReplyNote, which were using nullptr to indicate the top reply. Change-Id: Ibb9b5fac5644a5d6d283e8ea2fa80b988ca0693e Reviewed-on: https://gerrit.libreoffice.org/75174 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/inc/AnnotationWin.hxx')
-rw-r--r--sw/inc/AnnotationWin.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/AnnotationWin.hxx b/sw/inc/AnnotationWin.hxx
index e4c509641851..6002ac615660 100644
--- a/sw/inc/AnnotationWin.hxx
+++ b/sw/inc/AnnotationWin.hxx
@@ -203,7 +203,11 @@ class SAL_DLLPUBLIC_RTTI SwAnnotationWin : public vcl::Window
DECL_LINK(DeleteHdl, void*, void);
sal_uInt32 CountFollowing();
+
+ /// Find the first annotation for the thread which this annotation is in.
+ /// This may be the same annotation as this one.
SwAnnotationWin* GetTopReplyNote();
+
SvxLanguageItem GetLanguage();
VclBuilder maBuilder;