sd/source/core/sdpage2.cxx                |    2 +-
 sd/source/ui/func/fumorph.cxx             |    2 +-
 slideshow/source/engine/slideshowimpl.cxx |    2 +-
 vcl/unx/generic/window/salframe.cxx       |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 97e85db82e56c3d1cba6fb10842ffb85cd804a8d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Apr 30 10:36:27 2020 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Apr 30 11:54:15 2020 +0200

    Fix typos
    
    Change-Id: I380b85646a62c4eafa40fdb5257060fac040feb6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93195
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sd/source/core/sdpage2.cxx b/sd/source/core/sdpage2.cxx
index d5e23641ae1a..b477b03e1930 100644
--- a/sd/source/core/sdpage2.cxx
+++ b/sd/source/core/sdpage2.cxx
@@ -222,7 +222,7 @@ void SdPage::SetPresentationLayout(const OUString& 
rLayoutName,
         else if (pObj->GetObjInventor() == SdrInventor::Default &&
                  pObj->GetObjIdentifier() == OBJ_TITLETEXT)
         {
-            // We do net get PresObjKind via GetPresObjKind() since there are
+            // We do not get PresObjKind via GetPresObjKind() since there are
             // only PresObjListe considered. But we want to consider all "Title
             // objects" here (paste from clipboard etc.)
             SfxStyleSheet* pSheet = 
GetStyleSheetForPresObj(PresObjKind::Title);
diff --git a/sd/source/ui/func/fumorph.cxx b/sd/source/ui/func/fumorph.cxx
index de8dd06787f2..812d2d68b484 100644
--- a/sd/source/ui/func/fumorph.cxx
+++ b/sd/source/ui/func/fumorph.cxx
@@ -85,7 +85,7 @@ void FuMorph::DoExecute( SfxRequest& )
     SdrObject*  
pCloneObj1(pObj1->CloneSdrObject(pObj1->getSdrModelFromSdrObject()));
     SdrObject*  
pCloneObj2(pObj2->CloneSdrObject(pObj2->getSdrModelFromSdrObject()));
 
-    // delete text at clone, otherwise we do net get a correct PathObj
+    // delete text at clone, otherwise we do not get a correct PathObj
     pCloneObj1->SetOutlinerParaObject(nullptr);
     pCloneObj2->SetOutlinerParaObject(nullptr);
 
diff --git a/slideshow/source/engine/slideshowimpl.cxx 
b/slideshow/source/engine/slideshowimpl.cxx
index a0c652450bcb..214084710fad 100644
--- a/slideshow/source/engine/slideshowimpl.cxx
+++ b/slideshow/source/engine/slideshowimpl.cxx
@@ -1398,7 +1398,7 @@ void SlideShowImpl::registerUserPaintPolygons( const 
uno::Reference< lang::XMult
     }
 
     // ODF defaults from ctor of SdrLayer are not automatically set on the here
-    // created XLayer. Need to be done explicitely here.
+    // created XLayer. Need to be done explicitly here.
     aPropLayer <<= true;
     xDrawnInSlideshow->setPropertyValue("IsVisible", aPropLayer);
     xDrawnInSlideshow->setPropertyValue("IsPrintable", aPropLayer);
diff --git a/vcl/unx/generic/window/salframe.cxx 
b/vcl/unx/generic/window/salframe.cxx
index 94efbcd72f53..a246a975a3d5 100644
--- a/vcl/unx/generic/window/salframe.cxx
+++ b/vcl/unx/generic/window/salframe.cxx
@@ -1934,7 +1934,7 @@ void X11SalFrame::SetPosSize( const tools::Rectangle 
&rPosSize )
     if( values.width != static_cast<int>(maGeometry.nWidth) || values.height 
!= static_cast<int>(maGeometry.nHeight) )
         bSized = true;
 
-    // do net set WMNormalHints for ..
+    // do not set WMNormalHints for...
     if(
         // child windows
         ! IsChildWindow()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to