From 5c89695f3885ec2e7cd00eaf56a46a7f00c44883 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 15 Feb 2021 11:06:33 +0000 Subject: tdf#140414 add getting mouse pos to EditViewCallbacks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I09172e0cb24f5c45d2837cf2f2fc7cc4baa456a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110932 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/svx/weldeditview.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/svx/weldeditview.hxx') diff --git a/include/svx/weldeditview.hxx b/include/svx/weldeditview.hxx index 930573f97856..d3697ad3ffb0 100644 --- a/include/svx/weldeditview.hxx +++ b/include/svx/weldeditview.hxx @@ -78,6 +78,8 @@ protected: return GetDrawingArea()->get_ref_device(); } + virtual Point EditViewPointerPosPixel() const override; + virtual void EditViewInputContext(const InputContext& rInputContext) override { SetInputContext(rInputContext); -- cgit