]> git.lyx.org Git - features.git/commit
Fix tex2lyx table output.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 25 Mar 2012 16:46:00 +0000 (18:46 +0200)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 25 Mar 2012 16:46:00 +0000 (18:46 +0200)
commitd88f7727e9941089b4e2a218ece84d1f3150e487
tree1919eea06fe5acb7182873d5c9918bb1f1dec162
parent1a6c599917355743a868c20a0b62b5f4c47c8294
Fix tex2lyx table output.

It is broken since the latest file format update (neither did Uwe run a test
after updating the file format, nor did I after undoing my accidental change).
The reason it was broken: the bool version of write_attribute() is chosen
for "0" instead of the string version, so each table used rotate="true".
src/tex2lyx/table.cpp