summaryrefslogtreecommitdiff
path: root/sw/source/core/attr/calbck.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/attr/calbck.cxx')
-rw-r--r--sw/source/core/attr/calbck.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/core/attr/calbck.cxx b/sw/source/core/attr/calbck.cxx
index 57a6cae4cd89..d62219874f21 100644
--- a/sw/source/core/attr/calbck.cxx
+++ b/sw/source/core/attr/calbck.cxx
@@ -27,9 +27,9 @@ static SwClientIter* pClientIters = 0;
TYPEINIT0( SwClient );
-// ----------
+
// SwClient
-// ----------
+
SwClient::SwClient( SwModify* pToRegisterIn )
: pLeft( 0 ), pRight( 0 ), pRegisteredIn( 0 ), mbIsAllowedToBeRemovedInModifyCall( false )
@@ -84,9 +84,9 @@ bool SwClient::GetInfo( SfxPoolItem& ) const
return true;
}
-// ----------
+
// SwModify
-// ----------
+
SwModify::SwModify()
: SwClient(0), pRoot(0)
@@ -359,9 +359,9 @@ void SwModify::ModifyBroadcast( const SfxPoolItem* pOldValue, const SfxPoolItem*
}
}
-// ----------
+
// SwDepend
-// ----------
+
SwDepend::SwDepend( SwClient* pTellHim, SwModify* pDepend )
: SwClient( pDepend )
@@ -388,9 +388,9 @@ bool SwDepend::GetInfo( SfxPoolItem& rInfo ) const
return pToTell ? pToTell->GetInfo( rInfo ) : true;
}
-// ------------
+
// SwClientIter
-// ------------
+
SwClientIter::SwClientIter( const SwModify& rModify )
: rRoot( rModify )