X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.cpp;h=d69fa55bb539459b0760adc24d19724a6da75ec3;hb=2b02b73f4a59bb73f9e819a960ea98c86ef8716f;hp=707e7701645a2c398c471f4e4d0ea6eb463e68df;hpb=7d38a4d126e8e2dab08c6a47947b913921c3f083;p=lyx.git diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index 707e770164..d69fa55bb5 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -66,6 +66,7 @@ #include "support/textutils.h" #include "output_docbook.h" +#include #include #include #include @@ -1103,7 +1104,7 @@ void Paragraph::Private::latexInset(BufferParams const & bparams, // add location information and throw again. e.par_id = id_; e.pos = i; - throw(e); + throw; } if (close) @@ -2878,7 +2879,7 @@ void Paragraph::latex(BufferParams const & bparams, // add location information and throw again. e.par_id = id(); e.pos = i; - throw(e); + throw; } } }