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.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index 7c956e083f18..f9642fb819ef 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -114,7 +114,7 @@ struct SfxDispatcher_Impl
{
//When the dispatched is locked, SfxRequests accumulate in aReqArr for
//later dispatch when unlocked via Post
- //
+
//The pointers are typically deleted in Post, only if we never get around
//to posting them do we delete the unposted requests.
SfxRequestPtrArray aReqArr;
@@ -218,7 +218,7 @@ sal_Bool SfxDispatcher::IsOnTop(const SfxShell& rShell)
return CheckVirtualStack(rShell, sal_False);
}
-//====================================================================
+
sal_Bool SfxDispatcher::IsLocked( sal_uInt16 ) const
/* [Description]
@@ -356,7 +356,7 @@ int SfxDispatcher::Call_Impl( SfxShell& rShell, const SfxSlot &rSlot, SfxRequest
return sal_False;
}
-//====================================================================
+
void SfxDispatcher::Construct_Impl( SfxDispatcher* pParent )
{
pImp.reset(new SfxDispatcher_Impl);
@@ -422,7 +422,7 @@ SfxDispatcher::SfxDispatcher( SfxViewFrame *pViewFrame )
pImp->pFrame = pViewFrame;
}
-//====================================================================
+
SfxDispatcher::~SfxDispatcher()
/* [Description]
@@ -465,7 +465,7 @@ SfxDispatcher::~SfxDispatcher()
}
}
-//====================================================================
+
void SfxDispatcher::Pop
(
SfxShell& rShell, /* the stack to take the SfxShell instance. */