summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-01-31 00:57:29 +0530
committerpranavk <pranavk@collabora.co.uk>2017-02-05 17:13:28 +0000
commit6d243a10724da6836b7f3e623d2815cc7b0a13c5 (patch)
treee0f7dad2126fe17cd8623f8cbfb015d05ad51058 /sw/inc
parent0b819a1f0704b82b16007ba707e49ad4082311df (diff)
lok: Send complete anchor rectangle
... instead of just sending the X, Y coordinates Change-Id: Ie87b252ebfd64e806e1e5f66cfc27e77282cbaab Reviewed-on: https://gerrit.libreoffice.org/33875 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: pranavk <pranavk@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/SidebarWin.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/SidebarWin.hxx b/sw/inc/SidebarWin.hxx
index bb6dab546d5b..4d114b8dfd58 100644
--- a/sw/inc/SidebarWin.hxx
+++ b/sw/inc/SidebarWin.hxx
@@ -81,6 +81,7 @@ class SwSidebarWin : public vcl::Window
void CheckMetaText();
inline Point GetAnchorPos() { return mAnchorRect.Pos(); }
+ inline const SwRect& GetAnchorRect() { return mAnchorRect; }
inline const std::vector<basegfx::B2DRange>& GetAnnotationTextRanges() { return maAnnotationTextRanges; }
SwEditWin& EditWin();