From 59d1d9e661ee4a805ee280d7afab51a52bb11ed3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 15 Apr 2019 20:49:03 +0100 Subject: weld ScFilterDlg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8bb8860d398af2ee9d6dd434c50f914e78b8021b Reviewed-on: https://gerrit.libreoffice.org/70801 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/formula/funcutl.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx index 22e46ecc81c1..3654d9ebd966 100644 --- a/include/formula/funcutl.hxx +++ b/include/formula/funcutl.hxx @@ -177,6 +177,7 @@ public: void SetGetFocusHdl(const Link& rLink) { maGetFocusHdl = rLink; } void SetLoseFocusHdl(const Link& rLink) { maLoseFocusHdl = rLink; } void SetModifyHdl(const Link& rLink) { maModifyHdl = rLink; } + const Link& GetModifyHdl() const { return maModifyHdl; } void SetActivateHdl(const Link& rLink) { maActivateHdl = rLink; } }; -- cgit