summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-12-01 15:45:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-12-02 09:42:54 +0100
commitaa2e56307e8beaae6f56f20a554a0d3f2495499b (patch)
treee38c8873ca5772e9bd4904bb6889c6a4efe54dd2 /include/formula
parent0e072c8225e747267eeb915ac88b33b7201df210 (diff)
move the callbacks to be private
Change-Id: I75a786d379ce1ea80acef90b9574d2901e046f3c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106993 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/funcutl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx
index 02cf585a771e..5c729da03638 100644
--- a/include/formula/funcutl.hxx
+++ b/include/formula/funcutl.hxx
@@ -48,12 +48,12 @@ private:
DECL_LINK( UpdateHdl, Timer*, void );
-protected:
DECL_LINK(KeyInputHdl, const KeyEvent&, bool);
DECL_LINK(GetFocus, weld::Widget&, void);
DECL_LINK(LoseFocus, weld::Widget&, void);
DECL_LINK(Modify, weld::Entry&, void);
+protected:
virtual bool KeyInput(const KeyEvent& rKEvt);
public: