]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettabular.C
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insettabular.C
index 9e3749bb8f2497d6f0acd58d0cfa85951ae6cb98..cec7de014a5e3d16e97a47c54161beccbf8c4a4b 100644 (file)
@@ -722,7 +722,7 @@ Inset::RESULT InsetTabular::localDispatch(FuncRequest const & cmd)
        BufferView * bv = cmd.view();
 
        if (cmd.action == LFUN_INSET_EDIT) {
-               
+
                if (!bv->lockInset(this)) {
                        lyxerr[Debug::INSETTEXT] << "InsetTabular::Cannot lock inset" << endl;
                        return DISPATCHED;
@@ -1192,10 +1192,10 @@ Inset::RESULT InsetTabular::localDispatch(FuncRequest const & cmd)
 }
 
 
-int InsetTabular::latex(Buffer const * buf, ostream & os, LatexRunParams const & runparams,
-                       bool fragile, bool fp) const
+int InsetTabular::latex(Buffer const * buf, ostream & os,
+                       LatexRunParams const & runparams) const
 {
-       return tabular->latex(buf, os, runparams, fragile, fp);
+       return tabular->latex(buf, os, runparams);
 }