summaryrefslogtreecommitdiff
path: root/include/svtools/autocmpledit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/autocmpledit.hxx')
-rw-r--r--include/svtools/autocmpledit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/autocmpledit.hxx b/include/svtools/autocmpledit.hxx
index 56df6e03e14c..79e36016380e 100644
--- a/include/svtools/autocmpledit.hxx
+++ b/include/svtools/autocmpledit.hxx
@@ -23,7 +23,7 @@ private:
std::vector< OUString > m_aMatching;
std::vector< OUString >::size_type m_nCurrent;
- void AutoCompleteHandler( Edit* );
+ DECL_DLLPRIVATE_LINK_TYPED(AutoCompleteHdl_Impl, Edit&, void);
bool Match( const OUString& rText );
bool PreNotify( NotifyEvent& rNEvt ) override;