summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 15:28:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 15:28:55 +0100
commit7c7755473e41f28e78dc79b885f8a39783f64699 (patch)
tree1e807ab11b99e86166454fbd0080109b6e9da4ec /sc/source/ui/undo
parent8655095a4910ca795dfd182e6796d9375727a694 (diff)
Fix typo "teh" -> "the"
Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r--sc/source/ui/undo/undoblk3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx
index 10392dd6d8ae..fd8c3e0102d1 100644
--- a/sc/source/ui/undo/undoblk3.cxx
+++ b/sc/source/ui/undo/undoblk3.cxx
@@ -940,7 +940,7 @@ void ScUndoReplace::SetChangeTrack()
if ( pChangeTrack )
{
if ( pUndoDoc )
- { //! UndoDoc includes only teh changed cells,
+ { //! UndoDoc includes only the changed cells,
// that is why an Iterator can be used
pChangeTrack->AppendContentsIfInRefDoc( pUndoDoc,
nStartChangeAction, nEndChangeAction );