summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/shapeexport.cxx
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/shapeexport.cxx
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/shapeexport.cxx')
-rw-r--r--xmloff/source/draw/shapeexport.cxx8
1 files changed, 4 insertions, 4 deletions
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 );