diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-22 14:20:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-22 18:05:46 +0200 |
commit | 2d1a8f83ce4c74b2ede1e93e8e1d309a61b8af23 (patch) | |
tree | 0543143257b27657a667718f579a3fb4808c8e63 /include | |
parent | f09cd9d20a01e8bf8e55d9ffc17ad3b3d7b20116 (diff) |
fix welded editengine delete-surrounding
Change-Id: I71c2f8e2483c2ef8d7f5cfcfcd7849f64792022f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104659
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/customweld.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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, |