diff options
author | Jennifer Liebel <jliebel94@gmail.com> | 2014-11-10 14:57:14 +0000 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-12-09 12:35:03 +0000 |
commit | 9f3e3923d799022381b9fad9d9155c7d65745ae3 (patch) | |
tree | f42d68ef1b1baae3492102e814e0bf58b5dd679d /sc | |
parent | d1684e16b52f9e94facfb674a8e65246bbbdb987 (diff) |
changed timers to idle
Change-Id: I5846940cc45781f4a0264047107dbb568604d543
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/documen2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index 377b09e8d099..35503d7f03aa 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -332,7 +332,7 @@ void ScDocument::SetChangeTrack( ScChangeTrack* pTrack ) IMPL_LINK_NOARG(ScDocument, TrackTimeHdl) { if ( ScDdeLink::IsInUpdate() ) // do not nest - {s + { aTrackIdle.Start(); // try again later } else if (pShell) // execute |