diff options
-rw-r--r-- | chart2/source/view/inc/VLineProperties.hxx | 2 | ||||
-rw-r--r-- | oox/source/drawingml/fillproperties.cxx | 2 | ||||
-rw-r--r-- | svx/source/engine3d/view3d.cxx | 2 | ||||
-rw-r--r-- | svx/source/svdraw/svdhdl.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/view/inc/VLineProperties.hxx b/chart2/source/view/inc/VLineProperties.hxx index 864e78316322..5fbf2e53d29f 100644 --- a/chart2/source/view/inc/VLineProperties.hxx +++ b/chart2/source/view/inc/VLineProperties.hxx @@ -35,7 +35,7 @@ struct VLineProperties css::uno::Any Transparence;//type sal_Int16 for property UNO_NAME_LINETRANSPARENCE css::uno::Any Width;//type sal_Int32 for property UNO_NAME_LINEWIDTH css::uno::Any DashName;//type OUString for property "LineDashName" - css::uno::Any LineCap; //type drawing::LineCap for propertey UNO_NAME_LINECAP + css::uno::Any LineCap; //type drawing::LineCap for property UNO_NAME_LINECAP VLineProperties(); void initFromPropertySet( const css::uno::Reference< css::beans::XPropertySet >& xProp ); diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx index 7082cbee0186..d2485e02ddd3 100644 --- a/oox/source/drawingml/fillproperties.cxx +++ b/oox/source/drawingml/fillproperties.cxx @@ -528,7 +528,7 @@ void FillProperties::pushToPropMap( ShapePropertyMap& rPropMap, } auto aWidestSegmentEnd = std::next(aWidestSegmentStart); - // Try to grow the widest segment forward: if a neext segment has the same + // Try to grow the widest segment forward: if a next segment has the same // color, just different transparency, include it. while (aWidestSegmentEnd != std::prev(aGradientStops.end())) { diff --git a/svx/source/engine3d/view3d.cxx b/svx/source/engine3d/view3d.cxx index 78bc1dd15521..2a03587f1fe2 100644 --- a/svx/source/engine3d/view3d.cxx +++ b/svx/source/engine3d/view3d.cxx @@ -712,7 +712,7 @@ void E3dView::ImpCreateSingle3DObjectFlat(E3dScene* pScene, SdrObject* pObj, boo // line style turned off aSet.Put(XLineStyleItem(drawing::LineStyle_NONE)); - //Determining if FILL_Attribut is set. + //Determining if FILL_Attribute is set. if(!pPath->IsClosed() || eFillStyle == drawing::FillStyle_NONE) { // This SdrPathObj is not filled, leave the front and rear face out. diff --git a/svx/source/svdraw/svdhdl.cxx b/svx/source/svdraw/svdhdl.cxx index bbd2926d36ab..f16f73346c1e 100644 --- a/svx/source/svdraw/svdhdl.cxx +++ b/svx/source/svdraw/svdhdl.cxx @@ -369,7 +369,7 @@ void SdrHdl::SetHdlList(SdrHdlList* pList) // remember list pHdlList = pList; - // now its possible to create graphic representation + // now it's possible to create graphic representation Touch(); } } |