diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-15 20:49:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-16 22:20:17 +0200 |
commit | 59d1d9e661ee4a805ee280d7afab51a52bb11ed3 (patch) | |
tree | ff4f8cf1a798a1d7c88373529c5d632ceea913c5 /include/formula | |
parent | e1eaed63d03c3a5fa31722072d6f7c4478f1342b (diff) |
weld ScFilterDlg
Change-Id: I8bb8860d398af2ee9d6dd434c50f914e78b8021b
Reviewed-on: https://gerrit.libreoffice.org/70801
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/funcutl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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<WeldRefEdit&,void>& rLink) { maGetFocusHdl = rLink; } void SetLoseFocusHdl(const Link<WeldRefEdit&,void>& rLink) { maLoseFocusHdl = rLink; } void SetModifyHdl(const Link<WeldRefEdit&,void>& rLink) { maModifyHdl = rLink; } + const Link<WeldRefEdit&,void>& GetModifyHdl() const { return maModifyHdl; } void SetActivateHdl(const Link<weld::Widget&,bool>& rLink) { maActivateHdl = rLink; } }; |