From 2d1a8f83ce4c74b2ede1e93e8e1d309a61b8af23 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 22 Oct 2020 14:20:17 +0100 Subject: fix welded editengine delete-surrounding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I71c2f8e2483c2ef8d7f5cfcfcd7849f64792022f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104659 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/vcl/customweld.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/vcl/customweld.hxx') diff --git a/include/vcl/customweld.hxx b/include/vcl/customweld.hxx index b8c5490d0a15..64f980732dfb 100644 --- a/include/vcl/customweld.hxx +++ b/include/vcl/customweld.hxx @@ -152,6 +152,7 @@ private: DECL_LINK(DoStyleUpdated, weld::Widget&, void); DECL_LINK(DoRequestHelp, tools::Rectangle&, OUString); DECL_LINK(DoGetSurrounding, OUString&, int); + DECL_LINK(DoDeleteSurrounding, const Selection&, bool); public: CustomWeld(weld::Builder& rBuilder, const OString& rDrawingId, -- cgit