summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/xichart.cxx4
-rw-r--r--sc/source/filter/lotus/lotimpop.cxx2
2 files changed, 3 insertions, 3 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 );
diff --git a/sc/source/filter/lotus/lotimpop.cxx b/sc/source/filter/lotus/lotimpop.cxx
index 0b49b0f3ca0d..8df563a5ac01 100644
--- a/sc/source/filter/lotus/lotimpop.cxx
+++ b/sc/source/filter/lotus/lotimpop.cxx
@@ -313,7 +313,7 @@ void ImportLotus::RowPresentation( sal_uInt16 nRecLen )
Read( nFlags );
Skip( 1 );
- if( nFlags & 0x02 ) // Fixed / Strech to fit fonts
+ if( nFlags & 0x02 ) // Fixed / Stretch to fit fonts
{ // fixed
// Height in Lotus in 1/32 Points
nHeight *= 20; // -> 32 * TWIPS