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 | |
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')
-rw-r--r-- | oox/source/drawingml/chart/seriesconverter.cxx | 2 | ||||
-rw-r--r-- | oox/source/drawingml/shape.cxx | 2 | ||||
-rw-r--r-- | oox/source/export/chartexport.cxx | 2 | ||||
-rw-r--r-- | oox/source/ppt/pptfilterhelpers.cxx | 2 | ||||
-rw-r--r-- | oox/source/vml/vmlinputstream.cxx | 2 |
5 files changed, 5 insertions, 5 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; diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 7cbd8a9cf8e5..954678756314 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -752,7 +752,7 @@ void ChartExport::exportChartSpace( Reference< css::chart::XChartDocument > xCha FSNS( XML_xmlns, XML_a ), "http://schemas.openxmlformats.org/drawingml/2006/main", FSNS( XML_xmlns, XML_r ), "http://schemas.openxmlformats.org/officeDocument/2006/relationships", FSEND ); - // TODO: get the correct editing lanauge + // TODO: get the correct editing language pFS->singleElement( FSNS( XML_c, XML_lang ), XML_val, "en-US", FSEND ); diff --git a/oox/source/ppt/pptfilterhelpers.cxx b/oox/source/ppt/pptfilterhelpers.cxx index 941c5487ce78..d51cfd01d69b 100644 --- a/oox/source/ppt/pptfilterhelpers.cxx +++ b/oox/source/ppt/pptfilterhelpers.cxx @@ -104,7 +104,7 @@ namespace oox { namespace ppt { do { - // copy the non matching inverval verbatim + // copy the non matching interval verbatim if(nIndex > nLastIndex) { sRes.append(rString.getStr() + nLastIndex, (nIndex - nLastIndex)); diff --git a/oox/source/vml/vmlinputstream.cxx b/oox/source/vml/vmlinputstream.cxx index 91af9e1cc031..080b4b56e536 100644 --- a/oox/source/vml/vmlinputstream.cxx +++ b/oox/source/vml/vmlinputstream.cxx @@ -211,7 +211,7 @@ bool lclProcessCharacters( OStringBuffer& rBuffer, const OString& rChars ) VML import filter implementation has to react on this case manually. A single space character following another character is stored - literally and must not be stipped away here. Example: The element + literally and must not be stripped away here. Example: The element <font>abc </font> contains the three letters a, b, and c, followed by a space character. |