diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:39:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:36 +0200 |
commit | 52ba650bffc2a5b215af50c7f45dae035f46663c (patch) | |
tree | fa784f93f0a926f30f3581d1287771ab3af62c06 /sc/source/ui | |
parent | 2ebf68288bab81b1cefd24e71671d612cfcb84a5 (diff) |
typo: reverese -> reverse
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/undo/undoblk.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx index d3159b601f28..8496fc236b2f 100644 --- a/sc/source/ui/undo/undoblk.cxx +++ b/sc/source/ui/undo/undoblk.cxx @@ -701,7 +701,7 @@ void ScUndoDeleteMulti::Redo() ScDocument* pDoc = pDocShell->GetDocument(); - // reverese delete + // reverse delete std::vector<sc::ColRowSpan>::const_reverse_iterator ri = maSpans.rbegin(), riEnd = maSpans.rend(); for (; ri != riEnd; ++ri) { |