]> git.lyx.org Git - lyx.git/commitdiff
Revert unwanted change.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 25 Mar 2012 09:25:14 +0000 (11:25 +0200)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 25 Mar 2012 09:25:14 +0000 (11:25 +0200)
I have no idea how this was created. I hadf changed this file, but reverted
it with git chekout before committing.

src/tex2lyx/table.cpp

index 7ba5344d1324c9d6ba697ae4444022a26fe7d290..ca3a84cdae6a879e5dbbc3239c5601923a6ee6fd 100644 (file)
@@ -1272,7 +1272,7 @@ void handle_tabular(Parser & p, ostream & os, string const & name,
        os << "\n<lyxtabular version=\"3\" rows=\"" << rowinfo.size()
           << "\" columns=\"" << colinfo.size() << "\">\n";
        os << "<features"
-          << write_attribute("rotate", false)
+          << write_attribute("rotate", "0")
           << write_attribute("booktabs", booktabs)
           << write_attribute("islongtable", is_long_tabular);
        if (is_long_tabular) {