summaryrefslogtreecommitdiff
path: root/fpicker/source/office/autocmpledit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/autocmpledit.hxx')
-rw-r--r--fpicker/source/office/autocmpledit.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpicker/source/office/autocmpledit.hxx b/fpicker/source/office/autocmpledit.hxx
index bfb2ee096a63..3eb79eb14aa6 100644
--- a/fpicker/source/office/autocmpledit.hxx
+++ b/fpicker/source/office/autocmpledit.hxx
@@ -22,7 +22,9 @@ private:
std::vector<OUString> m_aMatching;
Idle m_aChangedIdle;
Link<weld::Entry&, void> m_aChangeHdl;
+ sal_uInt16 m_nLastCharCode;
+ DECL_LINK(KeyInputHdl, const KeyEvent&, bool);
DECL_LINK(ChangedHdl, weld::Entry&, void);
DECL_LINK(TryAutoComplete, Timer*, void);