summaryrefslogtreecommitdiff
path: root/include/svtools/asynclink.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/asynclink.hxx')
-rw-r--r--include/svtools/asynclink.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/asynclink.hxx b/include/svtools/asynclink.hxx
index bc0c742a4b4e..3a699fe46a14 100644
--- a/include/svtools/asynclink.hxx
+++ b/include/svtools/asynclink.hxx
@@ -39,9 +39,7 @@ class UNLESS_MERGELIBS(SVT_DLLPUBLIC) AsynchronLink
void* _pArg;
std::mutex _aMutex;
- DECL_DLLPRIVATE_LINK( HandleCall_Idle, Timer*, void );
DECL_DLLPRIVATE_LINK( HandleCall_PostUserEvent, void*, void );
- SVT_DLLPRIVATE void Call_Impl( void* pArg );
public:
AsynchronLink( const Link<void*,void>& rLink )