diff options
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, |