diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:34:13 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 10:57:41 +0200 |
commit | 47445d15dc2d21649683f0c506b3646826d7f791 (patch) | |
tree | f56a14c1e142117062245a0d682aac1452e12514 /sd/source/ui/view | |
parent | 70a67eed625d3d0d0b3b21df8705b2b24e3f8baa (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')
-rw-r--r-- | sd/source/ui/view/drtxtob.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/drviews5.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/drviews7.cxx | 4 | ||||
-rw-r--r-- | sd/source/ui/view/drviews9.cxx | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/view/drtxtob.cxx b/sd/source/ui/view/drtxtob.cxx index bf4deae1094a..5a0f0334277a 100644 --- a/sd/source/ui/view/drtxtob.cxx +++ b/sd/source/ui/view/drtxtob.cxx @@ -282,7 +282,7 @@ void TextObjectBar::GetAttrState( SfxItemSet& rSet ) pOLV->CreateSelectionList(aSelList); Paragraph* pPara = aSelList.empty() ? nullptr : *(aSelList.begin()); - // find out if we are a OutlineView + // find out if we are an OutlineView bool bIsOutlineView(OutlinerMode::OutlineView == pOLV->GetOutliner()->GetMode()); // This is ONLY for OutlineViews diff --git a/sd/source/ui/view/drviews5.cxx b/sd/source/ui/view/drviews5.cxx index f534127aafcb..3edf0bdab4c0 100644 --- a/sd/source/ui/view/drviews5.cxx +++ b/sd/source/ui/view/drviews5.cxx @@ -280,7 +280,7 @@ void DrawViewShell::ReadFrameViewData(FrameView* pView) // #i57936# Force mbIsLayerModeActive to false so that ChangeEditMode // below does something regarding LayerTabBar content refresh. That refresh // is only done when IsLayerModeActive changes. It needs to be done - // since e.g. Layer vsisibility was changed above and this may need + // since e.g. Layer visibility was changed above and this may need // a refresh to show the correct graphical representation mbIsLayerModeActive = false; } 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."); diff --git a/sd/source/ui/view/drviews9.cxx b/sd/source/ui/view/drviews9.cxx index 48648a0d5189..18567d7d98e6 100644 --- a/sd/source/ui/view/drviews9.cxx +++ b/sd/source/ui/view/drviews9.cxx @@ -137,7 +137,7 @@ void DrawViewShell::ExecGallery(SfxRequest const & rReq) if ( mpDrawView->AreObjectsMarked() ) { - // is there a empty graphic object? + // is there an empty graphic object? const SdrMarkList& rMarkList = mpDrawView->GetMarkedObjectList(); if (rMarkList.GetMarkCount() == 1) |