diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:33:24 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 10:24:52 +0200 |
commit | 7aef9ab8e81a7ccbdcc6042c49a972ee631d936e (patch) | |
tree | 8cf8b95bf09d819c620babc479380c735972cea3 /sd | |
parent | fa0722d248733a616c7fbc2fb8ac2d46a2b8eb13 (diff) |
Fix typos
Change-Id: I35cebe0e3f2a69872884d41d84ec9113bc5b484e
Reviewed-on: https://gerrit.libreoffice.org/77287
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/outlnvsh.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/outlview.cxx | 4 | ||||
-rw-r--r-- | sd/source/ui/view/sdview4.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/sdwindow.cxx | 2 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui | 2 |
5 files changed, 6 insertions, 6 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 diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui index 49d21f886c00..2210b4e86b20 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui @@ -4355,7 +4355,7 @@ </packing> </child> <style> - <class name="prioritiy-4"/> + <class name="priority-4"/> </style> </object> <packing> |