summaryrefslogtreecommitdiff
path: root/sw/source/core/para
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-09 12:44:22 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:31:58 +0200
commit2ada2b33757518891e002cd9372c6aa0c85b0a3f (patch)
tree5a30d3e74a0ab663a3438520e99da90dd18b26b9 /sw/source/core/para
parentc8e94ffb8cc8bedf7a572ca12931caa999733799 (diff)
typo: dependend -> dependent
Diffstat (limited to 'sw/source/core/para')
-rw-r--r--sw/source/core/para/paratr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/para/paratr.cxx b/sw/source/core/para/paratr.cxx
index 415766c7c15e..d0b84af303a1 100644
--- a/sw/source/core/para/paratr.cxx
+++ b/sw/source/core/para/paratr.cxx
@@ -94,7 +94,7 @@ void SwFmtDrop::Modify( const SfxPoolItem*, const SfxPoolItem * )
else if( pDefinedIn->GetDepends() &&
!pDefinedIn->IsModifyLocked() )
{
- // Notify those who are dependend on the format on our own.
+ // Notify those who are dependent on the format on our own.
// The format itself wouldn't pass on the notify as it does not get past the check.
pDefinedIn->ModifyBroadcast( this, this );
}