summaryrefslogtreecommitdiff
path: root/sfx2/source/control
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control')
-rw-r--r--sfx2/source/control/bindings.cxx2
-rw-r--r--sfx2/source/control/dispatch.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx
index 8dcb7a455aa6..70edb4fdb9f2 100644
--- a/sfx2/source/control/bindings.cxx
+++ b/sfx2/source/control/bindings.cxx
@@ -1383,7 +1383,7 @@ SfxItemSet* SfxBindings::CreateSet_Impl
sal_uInt16 nCachePos = pImp->nMsgPos;
const SfxSlot *pSibling = pRealSlot->GetNextSlot();
- // the Slots odf a interfaces ar linked in a circle
+ // the Slots ODF a interfaces ar linked in a circle
while ( pSibling > pRealSlot )
{
SfxStateFunc pSiblingFnc=0;
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index 6e81c0b31aac..4a8fa5a8224b 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -1665,7 +1665,7 @@ void SfxDispatcher::FlushImpl()
if( bAwakeBindings )
aToDoCopy.clear();
- // If more changes have occured on the stach when
+ // If more changes have occurred on the stach when
// Activate/Deactivate/Delete:
if (!bFlushed)
// If Push/Pop hs been called by someone, theb also EnterReg was called!