summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-06 00:04:47 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-06 00:04:47 +0200
commitc27798b20097602739e3e81a5063109b8c66447d (patch)
treea091ad171d662529194661d9db3c74327535e9e6 /sc
parentbc8adace59ab5bebb93610e0ec3b16ef2a8f5151 (diff)
Typo: emty->empty
Change-Id: I495ae28194da449ab1b31b2b5ec0d9e08fbcc291
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/table3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index 044802eb63e4..92773b684526 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -1921,7 +1921,7 @@ bool ScTable::DoSubTotals( ScSubTotalParam& rParam )
SCROW nEndRow = rParam.nRow2; // will change
sal_uInt16 i;
- // Remove emty rows at the end
+ // Remove empty rows at the end
// so that all exceeding (MAXROW) can be found by InsertRow (#35180#)
// If sorted, all empty rows are at the end.
SCSIZE nEmpty = GetEmptyLinesInBlock( nStartCol, nStartRow, nEndCol, nEndRow, DIR_BOTTOM );