/[public]/psiconv/trunk/lib/psiconv/parse_layout.c
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/parse_layout.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 104 Revision 110
449 "in paragraph layout codes list"); 449 "in paragraph layout codes list");
450 result->justify_ver = psiconv_justify_bottom; 450 result->justify_ver = psiconv_justify_bottom;
451 } 451 }
452 psiconv_debug(lev+3,off+len,"Justify: %02x",temp); 452 psiconv_debug(lev+3,off+len,"Justify: %02x",temp);
453 len ++; 453 len ++;
454 break;
454 case 0x07: 455 case 0x07:
455 psiconv_progress(lev+3,off+len,"Going to read linespacing distance"); 456 psiconv_progress(lev+3,off+len,"Going to read linespacing distance");
456 result->linespacing = psiconv_read_size(buf,lev+3,off+len,&leng,&res); 457 result->linespacing = psiconv_read_size(buf,lev+3,off+len,&leng,&res);
457 if (res) 458 if (res)
458 goto ERROR1; 459 goto ERROR1;

Legend:
Removed from v.104  
changed lines
  Added in v.110

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26