Kaydet (Commit) 868bd3b7 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix for pesky pre-language-defect-fix gcc 4.0.1

üst 0dbc4fa3
......@@ -2346,8 +2346,8 @@ sal_Bool lcl_IsFormulaSelBoxes( const SwTable& rTbl, const SwTblBoxFormula& rFml
{
SwTblBoxFormula aTmp( rFml );
SwSelBoxes aBoxes;
aTmp.GetBoxesOfFormula( rTbl,aBoxes );
for( SwSelBoxes::const_reverse_iterator it = aBoxes.rbegin(); it != aBoxes.rend(); ++it )
aTmp.GetBoxesOfFormula( rTbl, aBoxes );
for( SwSelBoxes::reverse_iterator it = aBoxes.rbegin(); it != aBoxes.rend(); ++it )
{
SwTableBox* pBox = it->second;
sal_uInt16 i;
......
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