summaryrefslogtreecommitdiff
path: root/svtools/source/control/asynclink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/asynclink.cxx')
-rw-r--r--svtools/source/control/asynclink.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/svtools/source/control/asynclink.cxx b/svtools/source/control/asynclink.cxx
index d9d5652502ad..6c079e0fc71c 100644
--- a/svtools/source/control/asynclink.cxx
+++ b/svtools/source/control/asynclink.cxx
@@ -33,11 +33,7 @@ void AsynchronLink::CreateMutex()
if( !_pMutex ) _pMutex = new osl::Mutex;
}
-void AsynchronLink::Call( void* pObj, bool
-#ifdef DBG_UTIL
-bAllowDoubles
-#endif
-, bool bUseTimer )
+void AsynchronLink::Call( void* pObj, bool bAllowDoubles, bool bUseTimer )
{
#ifdef DBG_UTIL
if ( bUseTimer || !_bInCall )