summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2014-09-14 15:45:02 +0200
committerLuboš Luňák <l.lunak@collabora.com>2014-09-14 22:07:17 +0200
commit051b29e1025253f35f87a04e297760aa8b40611f (patch)
treef836152e4e5db963740760d05d1d5358776493e3 /include/svtools
parentd6a83d3f91336e23b51bfc3b3d58da799760829f (diff)
convert Edit autocomplete Hdl to boost signals2
Here it also keep track of the connection, as it needs to be explicitly disconnected in one place. Change-Id: Id3e2882106ae55c2d880898956a36f84d3ce70ef
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/inettbc.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svtools/inettbc.hxx b/include/svtools/inettbc.hxx
index 82e324887a68..8d073a88765a 100644
--- a/include/svtools/inettbc.hxx
+++ b/include/svtools/inettbc.hxx
@@ -48,9 +48,10 @@ friend class SvtURLBox_Impl;
SVT_DLLPRIVATE bool ProcessKey( const vcl::KeyCode& rCode );
SVT_DLLPRIVATE void TryAutoComplete();
SVT_DLLPRIVATE void UpdatePicklistForSmartProtocol_Impl();
- DECL_DLLPRIVATE_LINK( AutoCompleteHdl_Impl, void* );
SVT_DLLPRIVATE void Init(bool bSetDefaultHelpID);
+ SAL_DLLPRIVATE void AutoCompleteHandler( Edit* );
+
protected:
virtual bool Notify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
virtual void Select() SAL_OVERRIDE;