summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xichart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xichart.cxx')
-rw-r--r--sc/source/filter/excel/xichart.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xichart.cxx b/sc/source/filter/excel/xichart.cxx
index 077a1c828d01..b0b3834d5250 100644
--- a/sc/source/filter/excel/xichart.cxx
+++ b/sc/source/filter/excel/xichart.cxx
@@ -1520,9 +1520,9 @@ void XclImpChDataFormat::Convert( ScfPropertySet& rPropSet, const XclChExtTypeIn
/* Line and area format.
#i71810# If the data points are filled with bitmaps, textures, or
patterns, then only bar charts will use the CHPICFORMAT record to
- determine stacking/streching mode. All other chart types ignore this
+ determine stacking/stretching mode. All other chart types ignore this
record and always use the property 'fill-type' from the DFF property
- set (streched for bitmaps, and stacked for textures and patterns). */
+ set (stretched for bitmaps, and stacked for textures and patterns). */
bool bUsePicFmt = rTypeInfo.meTypeCateg == EXC_CHTYPECATEG_BAR;
ConvertFrameBase( GetChRoot(), rPropSet, rTypeInfo.GetSeriesObjectType(), maData.mnFormatIdx, bUsePicFmt );