diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/dispatch.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx index 26fd6f085ff4..3ba81de9114d 100644 --- a/sfx2/source/control/dispatch.cxx +++ b/sfx2/source/control/dispatch.cxx @@ -1588,7 +1588,7 @@ void SfxDispatcher::FlushImpl() if(i->bPush) { // Actually push - DBG_ASSERT( std::find(pImp->aStack.begin(), pImp->aStack.end(), i->pCluster) != pImp->aStack.end(), + DBG_ASSERT( std::find(pImp->aStack.begin(), pImp->aStack.end(), i->pCluster) == pImp->aStack.end(), "pushed SfxShell already on stack" ); pImp->aStack.push_back(i->pCluster); i->pCluster->SetDisableFlags(pImp->nDisableFlags); |