mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Remove superfluous conversion
This commit is contained in:
parent
beb53ddbe2
commit
95a7716998
@ -1445,7 +1445,7 @@ void Tabular::write(ostream & os) const
|
||||
<< ">\n";
|
||||
// global longtable options
|
||||
os << "<features"
|
||||
<< write_attribute("rotate", convert<string>(rotate))
|
||||
<< write_attribute("rotate", rotate)
|
||||
<< write_attribute("booktabs", use_booktabs)
|
||||
<< write_attribute("islongtable", is_long_tabular)
|
||||
<< write_attribute("firstHeadTopDL", endfirsthead.topDL)
|
||||
|
Loading…
Reference in New Issue
Block a user