diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:25:02 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-04 10:21:01 +0000 |
commit | 0b7d51df3b4ce49f318dd9091df0bf7ba37cdd99 (patch) | |
tree | b5cf38ba79bb7259fe3aeedf660a2ce804b66369 /sfx2/source/control | |
parent | 462e986e0dbd533b3a15696555e08489963c9542 (diff) |
Fix typos
Change-Id: Ic6415423f46aaee7ba90239a617c318cf92ae222
Reviewed-on: https://gerrit.libreoffice.org/16711
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/dispatch.cxx | 6 |
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() ) |