diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:53:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:53:35 +0000 |
commit | 56ced72a6e9b2010d39bdb4f7e73ed044c95d732 (patch) | |
tree | 4b2ca945ae9fc76a7d7903245c65e388a908962a | |
parent | bb6143e42b7939bb26d7780fe4bcfe0ca2ccef02 (diff) |
INTEGRATION: CWS vclcleanup02 (1.4.318); FILE MERGED
2003/12/11 09:16:09 mt 1.4.318.1: #i23061# VCL cleanup, removed headers, methods and types...
-rw-r--r-- | sc/source/core/data/documen7.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sc/source/core/data/documen7.cxx b/sc/source/core/data/documen7.cxx index a72344fed2c7..3d53ad94ae78 100644 --- a/sc/source/core/data/documen7.cxx +++ b/sc/source/core/data/documen7.cxx @@ -2,9 +2,9 @@ * * $RCSfile: documen7.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: er $ $Date: 2002-11-27 21:33:13 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:53:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -493,9 +493,6 @@ void ScDocument::TrackFormulas( ULONG nHintId ) if ( pFormulaTrack ) { - BOOL bWasWaiting = Application::IsWait(); - if ( !bWasWaiting ) - Application::EnterWait(); erBEEPER(); ScBroadcasterList* pBC; ScFormulaCell* pTrack; @@ -533,8 +530,6 @@ void ScDocument::TrackFormulas( ULONG nHintId ) else SetForcedFormulaPending( TRUE ); } - if ( !bWasWaiting ) - Application::LeaveWait(); } DBG_ASSERT( nFormulaTrackCount==0, "TrackFormulas: nFormulaTrackCount!=0" ); } |