summaryrefslogtreecommitdiff
path: root/svx/source/form/delayedevent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/delayedevent.cxx')
-rw-r--r--svx/source/form/delayedevent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/delayedevent.cxx b/svx/source/form/delayedevent.cxx
index 1105e1a1de5c..a61ba0beb1fb 100644
--- a/svx/source/form/delayedevent.cxx
+++ b/svx/source/form/delayedevent.cxx
@@ -27,7 +27,7 @@ namespace svxform
CancelPendingCall();
SAL_WARN_IF( m_nEventId != 0, "svx.form", "DelayedEvent::Call: CancelPendingCall did not work!" );
- m_nEventId = Application::PostUserEvent( LINK( this, DelayedEvent, OnCall ), nullptr );
+ m_nEventId = Application::PostUserEvent( LINK( this, DelayedEvent, OnCall ) );
}
void DelayedEvent::CancelPendingCall()