summaryrefslogtreecommitdiff
path: root/sfx2/source/control/dispatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/dispatch.cxx')
-rw-r--r--sfx2/source/control/dispatch.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index 64a6cb559c74..109d336e26f9 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -1266,8 +1266,8 @@ void SfxDispatcher::_Update_Impl( bool bUIActive, bool bIsMDIApp, bool bIsIPOwne
xImp->aObjBars[n].nResId = 0;
xImp->aChildWins.clear();
- // bQuiet : own shells aren't considered for UI and SlotServer
- // bNoUI: own Shells aren't considered fors UI
+ // bQuiet: own shells aren't considered for UI and SlotServer
+ // bNoUI: own Shells aren't considered forms UI
if ( xImp->bQuiet || xImp->bNoUI || (xImp->pFrame && xImp->pFrame->GetObjectShell()->IsPreview()) )
return;
@@ -1538,7 +1538,7 @@ void SfxDispatcher::FlushImpl()
// If more changes have occurred on the stach when
// Activate/Deactivate/Delete:
if (!xImp->bFlushed)
- // If Push/Pop hs been called by someone, theb also EnterReg was called!
+ // If Push/Pop has been called by someone, then also EnterReg was called!
FlushImpl();
if( bAwakeBindings && GetBindings() )