summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/progress.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/progress.cxx')
-rw-r--r--sfx2/source/bastyp/progress.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/bastyp/progress.cxx b/sfx2/source/bastyp/progress.cxx
index 2ea27dc1de01..c1768d1c4cc1 100644
--- a/sfx2/source/bastyp/progress.cxx
+++ b/sfx2/source/bastyp/progress.cxx
@@ -529,9 +529,6 @@ void SfxProgress::Reschedule()
SfxApplication* pApp = SFX_APP();
if ( pImp->bLocked && 0 == pApp->Get_Impl()->nRescheduleLocks )
{
- DBG_ASSERTWARNING( pApp->IsInAsynchronCall_Impl(),
- "Reschedule in synchron-call-stack" );
-
SfxAppData_Impl *pAppData = pApp->Get_Impl();
++pAppData->nInReschedule;
Application::Reschedule();