summaryrefslogtreecommitdiff
path: root/xmloff/source/draw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-26 15:18:52 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-26 18:50:35 +0200
commit937440b65368e832a9e9fba92dfdb2efec4e06b5 (patch)
tree93607d34c4fc3f866e05cf603ad0fba04e0a04d4 /xmloff/source/draw
parent7b0dd98941911c686c0d127810d1c333df5026c3 (diff)
Fix typos
Change-Id: I60261b937215340d2eb6f439234e99a300b0e189 Reviewed-on: https://gerrit.libreoffice.org/76380 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r--xmloff/source/draw/propimp0.cxx2
-rw-r--r--xmloff/source/draw/shapeexport.cxx8
-rw-r--r--xmloff/source/draw/ximpcustomshape.cxx2
-rw-r--r--xmloff/source/draw/ximpshap.cxx6
4 files changed, 9 insertions, 9 deletions
diff --git a/xmloff/source/draw/propimp0.cxx b/xmloff/source/draw/propimp0.cxx
index 762d4162c41f..41fb22df3b24 100644
--- a/xmloff/source/draw/propimp0.cxx
+++ b/xmloff/source/draw/propimp0.cxx
@@ -169,7 +169,7 @@ bool XMLOpacityPropertyHdl::exportXML(
return bRet;
}
-// implementation of an text animation step amount
+// implementation of a text animation step amount
XMLTextAnimationStepPropertyHdl::~XMLTextAnimationStepPropertyHdl()
{
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index b56f99bc3359..4a818e118ae4 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -1346,7 +1346,7 @@ void XMLShapeExport::ImpExportNewTrans(const uno::Reference< beans::XPropertySet
::basegfx::B2DHomMatrix aMatrix;
ImpExportNewTrans_GetB2DHomMatrix(aMatrix, xPropSet);
- // decompose and correct abour pRefPoint
+ // decompose and correct about pRefPoint
::basegfx::B2DTuple aTRScale;
double fTRShear(0.0);
double fTRRotate(0.0);
@@ -2182,7 +2182,7 @@ void XMLShapeExport::ImpExportPolygonShape(
::basegfx::B2DHomMatrix aMatrix;
ImpExportNewTrans_GetB2DHomMatrix(aMatrix, xPropSet);
- // decompose and correct abour pRefPoint
+ // decompose and correct about pRefPoint
::basegfx::B2DTuple aTRScale;
double fTRShear(0.0);
double fTRRotate(0.0);
@@ -2867,8 +2867,8 @@ void XMLShapeExport::ImpExportOLE2Shape(
// xlink:href
if( !sURL.isEmpty() )
{
- // #96717# in theorie, if we don't have a url we shouldn't even
- // export this ole shape. But practical its to risky right now
+ // #96717# in theorie, if we don't have a URL we shouldn't even
+ // export this OLE shape. But practically it's too risky right now
// to change this so we better dispose this on load
sURL = mrExport.AddEmbeddedObject( sURL );
diff --git a/xmloff/source/draw/ximpcustomshape.cxx b/xmloff/source/draw/ximpcustomshape.cxx
index 4c1e0e5121d6..19539ab5b2a8 100644
--- a/xmloff/source/draw/ximpcustomshape.cxx
+++ b/xmloff/source/draw/ximpcustomshape.cxx
@@ -1185,7 +1185,7 @@ static void CheckAndResolveEquationParameter( css::drawing::EnhancedCustomShapeP
void XMLEnhancedCustomShapeContext::EndElement()
{
- // resolve properties that are indexing a Equation
+ // resolve properties that are indexing an Equation
if ( !maEquations.empty() )
{
// creating hash map containing the name and index of each equation
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index 58c3e512dc54..8139020afdf5 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -2186,7 +2186,7 @@ void SdXMLPageShapeContext::StartElement(const uno::Reference< xml::sax::XAttrib
// add, set style and properties from base shape
// #86163# take into account which type of PageShape needs to
- // be constructed. It's an pres shape if presentation:XML_CLASS == XML_PRESENTATION_PAGE.
+ // be constructed. It's a pres shape if presentation:XML_CLASS == XML_PRESENTATION_PAGE.
bool bIsPresentation = !maPresentationClass.isEmpty() &&
GetImport().GetShapeImport()->IsPresentationShapesSupported();
@@ -2598,8 +2598,8 @@ SdXMLObjectShapeContext::~SdXMLObjectShapeContext()
void SdXMLObjectShapeContext::StartElement( const css::uno::Reference< css::xml::sax::XAttributeList >& )
{
- // #96717# in theorie, if we don't have a url we shouldn't even
- // export this ole shape. But practical its to risky right now
+ // #96717# in theorie, if we don't have a URL we shouldn't even
+ // export this OLE shape. But practically it's too risky right now
// to change this so we better dispose this on load
//if( !mbIsPlaceholder && ImpIsEmptyURL(maHref) )
// return;