summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews7.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 18:34:13 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 10:57:41 +0200
commit47445d15dc2d21649683f0c506b3646826d7f791 (patch)
treef56a14c1e142117062245a0d682aac1452e12514 /sd/source/ui/view/drviews7.cxx
parent70a67eed625d3d0d0b3b21df8705b2b24e3f8baa (diff)
Fix typos
Change-Id: Id642284f48333b4f3aa957f5b6c786d3a059408c Reviewed-on: https://gerrit.libreoffice.org/77288 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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.");