summaryrefslogtreecommitdiff
path: root/svx/source/customshapes
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r--svx/source/customshapes/EnhancedCustomShape2d.cxx4
-rw-r--r--svx/source/customshapes/EnhancedCustomShape3d.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx
index a23d95386ce3..cb226c3c9333 100644
--- a/svx/source/customshapes/EnhancedCustomShape2d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx
@@ -2205,7 +2205,7 @@ void EnhancedCustomShape2d::CreateSubPath(
// MS shapes and independent of the meaning of commands U and T in ODF specification.
// The WordArt shape 'RingOutside' has already angles in degree, all other need
- // convertion from fixed-point number.
+ // conversion from fixed-point number.
double fSwingAngle = fEndAngle;
if (sShpType != "mso-spt143")
{
@@ -2268,7 +2268,7 @@ void EnhancedCustomShape2d::CreateSubPath(
{
// draw full ellipse
// Because createPolygonFromEllipseSegment cannot create full ellipse and
- // createPolygonFromEllipse has no variing starts, we use two half ellipses.
+ // createPolygonFromEllipse has no varying starts, we use two half ellipses.
const double fS(lcl_getNormalizedCircleAngleRad(fWR, fHR, fStartAngle));
const double fH(lcl_getNormalizedCircleAngleRad(fWR, fHR, fStartAngle + 180.0));
const double fE(lcl_getNormalizedCircleAngleRad(fWR, fHR, fEndAngle));
diff --git a/svx/source/customshapes/EnhancedCustomShape3d.cxx b/svx/source/customshapes/EnhancedCustomShape3d.cxx
index fec339b5880c..2d53139baea4 100644
--- a/svx/source/customshapes/EnhancedCustomShape3d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape3d.cxx
@@ -498,7 +498,7 @@ SdrObject* EnhancedCustomShape3d::Create3DObject(
const XFillBitmapItem& rBmpItm = p3DObj->GetMergedItem(XATTR_FILLBITMAP);
aFillBmp = rBmpItm.GetGraphicObject().GetGraphic().GetBitmapEx();
- // #i122777# old adaption of FillStyle bitmap size to 5-times the original size; this is not needed
+ // #i122777# old adaptation of FillStyle bitmap size to 5-times the original size; this is not needed
// anymore and was used in old times to male the fill look better when converting to 3D. Removed
// from regular 3D objects for some time, also needs to be removed from CustomShapes