summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/view/outlnvsh.cxx2
-rw-r--r--sd/source/ui/view/outlview.cxx4
-rw-r--r--sd/source/ui/view/sdview4.cxx2
-rw-r--r--sd/source/ui/view/sdwindow.cxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx
index 279872ba9382..235890e7870e 100644
--- a/sd/source/ui/view/outlnvsh.cxx
+++ b/sd/source/ui/view/outlnvsh.cxx
@@ -964,7 +964,7 @@ void OutlineViewShell::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 )
{
diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx
index b05d86d1dbd2..a99e7ebec393 100644
--- a/sd/source/ui/view/outlview.cxx
+++ b/sd/source/ui/view/outlview.cxx
@@ -1189,14 +1189,14 @@ SdPage* OutlineView::GetPageForParagraph( Paragraph* pPara )
Paragraph* OutlineView::GetParagraphForPage( ::Outliner const & rOutl, SdPage const * pPage )
{
// get the number of paragraphs with ident 0 we need to skip before
- // we finde the actual page
+ // we find the actual page
sal_uInt32 nPagesToSkip = (pPage->GetPageNum() - 1) >> 1;
sal_Int32 nParaPos = 0;
Paragraph* pPara = rOutl.GetParagraph( 0 );
while( pPara )
{
- // if this paragraph is a page ...
+ // if this paragraph is a page...
if( ::Outliner::HasParaFlag(pPara,ParaFlag::ISPAGE) )
{
// see if we already skipped enough pages
diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx
index 030468fd8271..3c5f8cd6760b 100644
--- a/sd/source/ui/view/sdview4.cxx
+++ b/sd/source/ui/view/sdview4.cxx
@@ -83,7 +83,7 @@ SdrGrafObj* View::InsertGraphic( const Graphic& rGraphic, sal_Int8& rAction,
SdrEndTextEdit();
mnAction = rAction;
- // Is there a object at the position rPos?
+ // Is there an object at the position rPos?
SdrGrafObj* pNewGrafObj = nullptr;
SdrPageView* pPV = GetSdrPageView();
SdrObject* pPickObj = pObj;
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx
index fa355dfea869..236a6e4b6d7d 100644
--- a/sd/source/ui/view/sdwindow.cxx
+++ b/sd/source/ui/view/sdwindow.cxx
@@ -81,7 +81,7 @@ Window::Window(vcl::Window* pParent)
aMap.SetMapUnit(MapUnit::Map100thMM);
SetMapMode(aMap);
- // whit it, the vcl::WindowColor is used in the slide mode
+ // with it, the vcl::WindowColor is used in the slide mode
SetBackground( Wallpaper( GetSettings().GetStyleSettings().GetWindowColor() ) );
// adjust contrast mode initially