summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/drawinglayer/processor3d/shadow3dextractor.hxx2
-rw-r--r--sc/source/filter/xcl97/xcl97rec.cxx2
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofgraphic.cxx2
-rw-r--r--svx/source/svdraw/svdobj.cxx2
-rw-r--r--svx/source/svdraw/svdogrp.cxx2
-rw-r--r--svx/source/svdraw/svdpoev.cxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/include/drawinglayer/processor3d/shadow3dextractor.hxx b/include/drawinglayer/processor3d/shadow3dextractor.hxx
index e336b487e7e4..6606eae3a14e 100644
--- a/include/drawinglayer/processor3d/shadow3dextractor.hxx
+++ b/include/drawinglayer/processor3d/shadow3dextractor.hxx
@@ -62,7 +62,7 @@ namespace drawinglayer
basegfx::B3DPoint maPlanePoint;
double mfLightPlaneScalar;
- /// flag if shadow plane projection preparation leaded to valid results
+ /// flag if shadow plane projection preparation led to valid results
bool mbShadowProjectionIsValid : 1;
/// flag if conversion is switched on
diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx
index f71e23599e2a..54b1e358cb44 100644
--- a/sc/source/filter/xcl97/xcl97rec.cxx
+++ b/sc/source/filter/xcl97/xcl97rec.cxx
@@ -507,7 +507,7 @@ XclObjComment::XclObjComment( XclExpObjectManager& rObjMgr, const tools::Rectang
// Problem with creating a Clone here is that it gets cloned, but not inserted to a
// SdrPage. In deeper export layers this then goes wrong since without being inserted
// to a Page, no SvxPage/UnoApiPage can be accessed. This was different in previous
- // revisions of the code in that a SdrObject could be *not* insterted, but have a
+ // revisions of the code in that a SdrObject could be *not* inserted, but have a
// SdrPage*. That again was redundant, wrong and inconsequent.
, mpCaption( pCaption )
diff --git a/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx b/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx
index db34c85e2c14..8f2902bf5ac5 100644
--- a/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx
@@ -206,7 +206,7 @@ namespace sdr
// #i103720# forget event to avoid possible deletion by the following ActionChanged call
// which may use createPrimitive2DSequence/impPrepareGraphicWithAsynchroniousLoading again.
- // Deletion is actually done by the scheduler who leaded to coming here
+ // Deletion is actually done by the scheduler who led to coming here
mpAsynchLoadEvent.release();
// Invalidate all paint areas and check existing animation (which may have changed).
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index 5b313c907358..91e405dc497f 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -466,7 +466,7 @@ void SdrObject::handlePageChange(SdrPage* pOldPage, SdrPage* pNewPage)
// good to think about if this is really needed - it *seems* to be intended
// for a xShape being a on-demand-creatable resource - wit hthe argument that
// the SdrPage/UnoPage used influences the SvxShape creation. This uses
- // ressources and would be nice to get rid of anyways.
+ // resources and would be nice to get rid of anyways.
if(nullptr == pOldPage || nullptr == pNewPage)
{
SvxShape* const pShape(getSvxShape());
diff --git a/svx/source/svdraw/svdogrp.cxx b/svx/source/svdraw/svdogrp.cxx
index 919909fc3888..c0e6ae0b468d 100644
--- a/svx/source/svdraw/svdogrp.cxx
+++ b/svx/source/svdraw/svdogrp.cxx
@@ -178,7 +178,7 @@ void SdrObjGroup::NbcSetLayer(SdrLayerID nLayer)
void SdrObjGroup::handlePageChange(SdrPage* pOldPage, SdrPage* pNewPage)
{
- // call patrent
+ // call parent
SdrObject::handlePageChange(pOldPage, pNewPage);
for(size_t i(0); i < GetObjCount(); i++)
diff --git a/svx/source/svdraw/svdpoev.cxx b/svx/source/svdraw/svdpoev.cxx
index 064aa07bb650..ec4a09e88506 100644
--- a/svx/source/svdraw/svdpoev.cxx
+++ b/svx/source/svdraw/svdpoev.cxx
@@ -556,7 +556,7 @@ void SdrPolyEditView::ImpTransformMarkedPoints(PPolyTrFunc pTrFunc, const void*
if(PolyPolygonEditor::GetRelativePolyPoint(aXPP, nPt, nPolyNum, nPointNum))
{
//#i83671# used nLocalPointNum (which was the polygon point count)
- // instead of the point index (nPointNum). This of course leaded
+ // instead of the point index (nPointNum). This of course led
// to a wrong point access to the B2DPolygon.
basegfx::B2DPolygon aNewXP(aXPP.getB2DPolygon(nPolyNum));
Point aPos, aC1, aC2;