Kaydet (Commit) 5b51db06 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: Ibc13a8c1dbfd6fdfc5e35856b21ea5af310f63db
Reviewed-on: https://gerrit.libreoffice.org/43430Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst b9866cb2
...@@ -198,7 +198,7 @@ AquaSalTimer::~AquaSalTimer() ...@@ -198,7 +198,7 @@ AquaSalTimer::~AquaSalTimer()
void AquaSalTimer::handleWindowShouldClose() void AquaSalTimer::handleWindowShouldClose()
{ {
// for whatever reason events get filtered on close, presumely by // for whatever reason events get filtered on close, presumably by
// timestamp so post a new timeout event, if there was one queued... // timestamp so post a new timeout event, if there was one queued...
if ( ExistsValidEvent() && !m_pRunningTimer ) if ( ExistsValidEvent() && !m_pRunningTimer )
queueDispatchTimerEvent( NO ); queueDispatchTimerEvent( NO );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment