]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.C
finished fixing removeAutoInsets()
[lyx.git] / src / tabular.C
index 85adc025e617e93bc7f6985cf102bb1bb1c64838..d8623ee958b40acb5018c68e64e2df6cd81d88d2 100644 (file)
@@ -1440,7 +1440,7 @@ void LyXTabular::OldFormatRead(LyXLex & lex, string const & fl)
 #ifndef NO_COMPABILITY
                        // Here we need to insert the inset_ert_contents into the last
                        // cell of the tabular.
-                       owner_->bufferOwner()->insertErtContents(par, pos, font);
+                       owner_->bufferOwner()->insertErtContents(par, pos);
 #endif
                        break;
                }