summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/chgtrack.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/chgtrack.cxx')
-rw-r--r--sc/source/core/tool/chgtrack.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/tool/chgtrack.cxx b/sc/source/core/tool/chgtrack.cxx
index 87d0cdb640f8..df37e22c48d6 100644
--- a/sc/source/core/tool/chgtrack.cxx
+++ b/sc/source/core/tool/chgtrack.cxx
@@ -2925,7 +2925,7 @@ void ScChangeTrack::Dependencies( ScChangeAction* pAct )
ScChangeActionType eActType = pAct->GetType();
if ( eActType == SC_CAT_REJECT ||
(eActType == SC_CAT_MOVE && pAct->IsRejecting()) )
- return ; // These Rejects are not dependant
+ return ; // These Rejects are not dependent
if ( eActType == SC_CAT_CONTENT )
{
@@ -2964,8 +2964,8 @@ void ScChangeTrack::Dependencies( ScChangeAction* pAct )
// Insert in a corresponding Insert depends on it or else we would need
// to split the preceding one.
- // Intersecting Inserts and Deletes are not dependant, everything else
- // is dependant.
+ // Intersecting Inserts and Deletes are not dependent, everything else
+ // is dependent.
// The Insert last linked in is at the beginning of a chain, just the way we need it
const ScBigRange& rRange = pAct->GetBigRange();