diff --git a/src/insets/InsetBox.cpp b/src/insets/InsetBox.cpp index 2681bcd173..a4a2e606e5 100644 --- a/src/insets/InsetBox.cpp +++ b/src/insets/InsetBox.cpp @@ -282,7 +282,6 @@ int InsetBox::latex(odocstream & os, OutputParams const & runparams) const case Boxed: os << "\\framebox"; if (!params_.inner_box) { - os << "{\\makebox"; // Special widths, see usrguide ยง3.5 // FIXME UNICODE if (params_.special != "none") { @@ -374,8 +373,6 @@ int InsetBox::latex(odocstream & os, OutputParams const & runparams) const os << "\\end{framed}"; break; case Boxed: - if (!params_.inner_box) - os << "}"; // for makebox os << "}"; break; case ovalbox: