diff options
author | Kayo Hamid <revol.code@yahoo.com> | 2010-11-22 10:32:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-22 10:32:27 +0000 |
commit | 05505f72eab1a8b39a283283c34265397747d78f (patch) | |
tree | 774d5f52987b0865fd7206239e92935a44792f63 /sw/source/core/fields/cellfml.cxx | |
parent | bfe33f821e176353753a28d34371ff778fadab59 (diff) |
Clean code and comments at writer
Diffstat (limited to 'sw/source/core/fields/cellfml.cxx')
-rw-r--r-- | sw/source/core/fields/cellfml.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sw/source/core/fields/cellfml.cxx b/sw/source/core/fields/cellfml.cxx index cdbbdfc55b..e8302c39ce 100644 --- a/sw/source/core/fields/cellfml.cxx +++ b/sw/source/core/fields/cellfml.cxx @@ -725,20 +725,6 @@ const SwTable* SwTableFormula::FindTable( SwDoc& rDoc, const String& rNm ) const const SwFrm* lcl_GetBoxFrm( const SwTableBox& rBox ) { -/* - - // oder besser ueber die Box den Frame suchen - - SwClientIter aIter( *pBox->GetFrmFmt() ); - ULONG nMinPos = ULONG_MAX; - const SwFrm* pFnd = 0; - for( SwFrm* pF = (SwFrm*)aIter.First( TYPE( SwCellFrm )); pF; - pF = (SwFrm*)aIter.Next() ) - { - if( pF->Frm().Y() < - } -*/ - SwNodeIndex aIdx( *rBox.GetSttNd() ); SwCntntNode* pCNd = aIdx.GetNodes().GoNext( &aIdx ); ASSERT( pCNd, "Box hat keinen TextNode" ); |