Kaydet (Commit) 5594f633 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix indent

Change-Id: I6e531cdd2dd0657286cc369031072c28cf9c8e37
üst 76e02b7f
...@@ -1905,10 +1905,11 @@ void HwpReader::makeTableStyle(Table *tbl) ...@@ -1905,10 +1905,11 @@ void HwpReader::makeTableStyle(Table *tbl)
{ {
std::list<TCell*>::iterator it = tbl->cells.begin(); std::list<TCell*>::iterator it = tbl->cells.begin();
for( int ii = 0; it != tbl->cells.end(); ++it, ii++ ){ for( int ii = 0; it != tbl->cells.end(); ++it, ii++ )
if( ii == i ) {
break; if( ii == i )
} break;
}
TCell *tcell = *it; TCell *tcell = *it;
sprintf(buf,"Table%d.%c%d",hbox->style.boxnum, 'A'+ tcell->nColumnIndex, tcell->nRowIndex +1); sprintf(buf,"Table%d.%c%d",hbox->style.boxnum, 'A'+ tcell->nColumnIndex, tcell->nRowIndex +1);
......
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