diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:56:02 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 07:03:18 +0000 |
commit | 9f6cb675b0b6e3946c191b919cd11d977e2e4e2e (patch) | |
tree | 7f270a4ec34a97c4f5722a33576e4b2e06aa16e7 /oox/source/drawingml | |
parent | 0e5318aa75b615b35a3d07172bdeb26eb5acfdd9 (diff) |
Fix typos
Change-Id: I013414cf10e25acd5216643855aaa230258a1b5f
Reviewed-on: https://gerrit.libreoffice.org/18962
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'oox/source/drawingml')
-rw-r--r-- | oox/source/drawingml/chart/seriesconverter.cxx | 2 | ||||
-rw-r--r-- | oox/source/drawingml/shape.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/chart/seriesconverter.cxx b/oox/source/drawingml/chart/seriesconverter.cxx index 8e742399df31..7f10324c0dc2 100644 --- a/oox/source/drawingml/chart/seriesconverter.cxx +++ b/oox/source/drawingml/chart/seriesconverter.cxx @@ -49,7 +49,7 @@ using namespace ::com::sun::star::uno; namespace { -/** nastied-up sgn function - employs some gratuity around 0 - values +/** nested-up sgn function - employs some gratuity around 0 - values smaller than 0.33 are clamped to 0 */ int lclSgn( double nVal ) diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index ec57a0cf1b65..d1326f69f00c 100644 --- a/oox/source/drawingml/shape.cxx +++ b/oox/source/drawingml/shape.cxx @@ -1250,7 +1250,7 @@ OUString Shape::finalizeServiceName( XmlFilterBase& rFilter, const OUString& rSe // import and store the graphic if( !aGraphicPath.isEmpty() ) { - // Transfer shape's width and heightto graphicsfilter (can be used by WMF/EMF) + // Transfer shape's width and height to graphicsfilter (can be used by WMF/EMF) WMF_EXTERNALHEADER aExtHeader; aExtHeader.mapMode = 8; // MM_ANISOTROPIC aExtHeader.xExt = rShapeRect.Width; |