summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-30 10:36:27 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-04-30 11:54:15 +0200
commit97e85db82e56c3d1cba6fb10842ffb85cd804a8d (patch)
treedfe52d04d0d6a1eb7de99c6a4deccc469e9b0bf7
parent8aedb081e731da66191fe13b65e94a1009c815dc (diff)
Fix typos
Change-Id: I380b85646a62c4eafa40fdb5257060fac040feb6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93195 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sd/source/core/sdpage2.cxx2
-rw-r--r--sd/source/ui/func/fumorph.cxx2
-rw-r--r--slideshow/source/engine/slideshowimpl.cxx2
-rw-r--r--vcl/unx/generic/window/salframe.cxx2
4 files changed, 4 insertions, 4 deletions
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()