Changeset 27599

Show
Ignore:
Timestamp:
11/17/08 00:29:11 (2 months ago)
Author:
lasgouttes
Message:

small spacing bug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lyx-devel/trunk/src/tex2lyx/text.cpp

    r27596 r27599  
    25302530                                context.check_layout(os); 
    25312531                                os << to_utf8(s); 
     2532                                p.skip_spaces(); 
    25322533                                skip_braces(p); // eat {} 
    25332534                        }