diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-28 10:19:53 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-28 10:23:17 +0100 |
commit | ed4627ba2c40a2199652614278cae93c8726e526 (patch) | |
tree | 19a7a82bf8ad7cf33a5f996fde0a57faa5aa0807 /sc | |
parent | a10447301fb8d726799b1bd0ff987945c1e4c88a (diff) |
Typo: skiped->skipped
Change-Id: I88c53ade0101cfd7735a45b2038879bd027b0314
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/table4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table4.cxx b/sc/source/core/data/table4.cxx index e3952bc1cabe..cc41bb73153e 100644 --- a/sc/source/core/data/table4.cxx +++ b/sc/source/core/data/table4.cxx @@ -1559,7 +1559,7 @@ void ScTable::FillSeries( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, if (bVertical) { // if not filtered use the faster method - // hidden cols/rows should be skiped + // hidden cols/rows should be skipped if(!bIsFiltered) { aCol[nCol].SetPatternArea( static_cast<SCROW>(nIMin), |