Kaydet (Commit) aba99b4a authored tarafından Philipp Riemer's avatar Philipp Riemer

work on existing comments

- (un)doxygenize
- move to right position
- /** */ => /// if only one line

Change-Id: I786953b7f6c83d384b0685c7dc2e5f98d4152b50
üst 5d6abb55
...@@ -1957,11 +1957,9 @@ sal_Bool SwFlyFrm::IsLowerOf( const SwLayoutFrm* pUpperFrm ) const ...@@ -1957,11 +1957,9 @@ sal_Bool SwFlyFrm::IsLowerOf( const SwLayoutFrm* pUpperFrm ) const
return sal_False; return sal_False;
} }
/**
* TODO: Implement SwFlyFrm::Cut()
*/
void SwFlyFrm::Cut() void SwFlyFrm::Cut()
{ {
// TODO: Implement SwFlyFrm::Cut()
} }
void SwFrm::AppendFly( SwFlyFrm *pNew ) void SwFrm::AppendFly( SwFlyFrm *pNew )
...@@ -2199,8 +2197,7 @@ void SwFrm::InvalidateObjs( const bool _bInvaPosOnly, ...@@ -2199,8 +2197,7 @@ void SwFrm::InvalidateObjs( const bool _bInvaPosOnly,
else else
{ {
pAnchoredObj->InvalidateObjPos(); pAnchoredObj->InvalidateObjPos();
} // end of distinction between writer fly frames and drawing objects }
} // end of loop on objects, which are connected to the frame } // end of loop on objects, which are connected to the frame
} }
} }
......
...@@ -3375,8 +3375,7 @@ void GetSpacingValuesOfFrm( const SwFrm& rFrm, ...@@ -3375,8 +3375,7 @@ void GetSpacingValuesOfFrm( const SwFrm& rFrm,
} }
} }
/** method to get the content of the table cell, skipping content from nested tables /// get the content of the table cell, skipping content from nested tables
*/
const SwCntntFrm* GetCellCntnt( const SwLayoutFrm& rCell ) const SwCntntFrm* GetCellCntnt( const SwLayoutFrm& rCell )
{ {
const SwCntntFrm* pCntnt = rCell.ContainsCntnt(); const SwCntntFrm* pCntnt = rCell.ContainsCntnt();
...@@ -3399,8 +3398,7 @@ const SwCntntFrm* GetCellCntnt( const SwLayoutFrm& rCell ) ...@@ -3399,8 +3398,7 @@ const SwCntntFrm* GetCellCntnt( const SwLayoutFrm& rCell )
return pCntnt; return pCntnt;
} }
/** Can be used to check if a frame has been deleted /// Can be used to check if a frame has been deleted
*/
bool SwDeletionChecker::HasBeenDeleted() bool SwDeletionChecker::HasBeenDeleted()
{ {
if ( !mpFrm || !mpRegIn ) if ( !mpFrm || !mpRegIn )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment