summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews7.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviews7.cxx')
-rw-r--r--sd/source/ui/view/drviews7.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx
index 390abefe2f42..0405b91f1387 100644
--- a/sd/source/ui/view/drviews7.cxx
+++ b/sd/source/ui/view/drviews7.cxx
@@ -380,7 +380,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
}
else
{
- // check if the object is in edit, than its temporarely not empty
+ // check if the object is in edit, then if it's temporarily not empty
SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >( pObj );
if( pTextObj )
{
@@ -700,7 +700,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
{
// The mpDrawView was not NULL but is now.
// The reason for this may be that the DrawViewShell has been
- // destroyed in the mean time.
+ // destroyed in the meantime.
// We can only return immediately and hope that the deleted
// DrawViewShell is not called again.
DBG_ASSERT(mpDrawView!=nullptr, "Please report this assertion to the Impress team.");