From cfe41185bc8514949d1938ee1d7cd56968682510 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 23 Feb 2019 13:42:55 +0000 Subject: weld LicenseDialogImpl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4b2dbd2446779e7179d2b79bf81cc2ff879377bf Reviewed-on: https://gerrit.libreoffice.org/68389 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/svx/measctrl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/measctrl.hxx') diff --git a/include/svx/measctrl.hxx b/include/svx/measctrl.hxx index db1380f6a34f..77eba3d8c818 100644 --- a/include/svx/measctrl.hxx +++ b/include/svx/measctrl.hxx @@ -45,7 +45,7 @@ public: virtual void Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect) override; virtual void Resize() override; - virtual void MouseButtonDown(const MouseEvent& rMEvt) override; + virtual bool MouseButtonDown(const MouseEvent& rMEvt) override; void SetAttributes(const SfxItemSet& rInAttrs); }; -- cgit