commit 18b00a37e03caae85f162af2d78addebfe2868bb Author: Juergen Spitzmueller <sp...@lyx.org> Date: Thu Jul 24 19:24:02 2025 +0200
Oops --- src/insets/InsetNomencl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetNomencl.cpp b/src/insets/InsetNomencl.cpp index 6cb4c50a7c..d733afcd92 100644 --- a/src/insets/InsetNomencl.cpp +++ b/src/insets/InsetNomencl.cpp @@ -229,8 +229,8 @@ docstring InsetPrintNomencl::xhtml(XMLStream &, OutputParams const & op) const // FIXME We need a link to the paragraph here, so we // need some kind of struct. docstring const symbol = in->getSymbol(); - docstring const desc = in->getDescription();; - docstring const prefix = in->getPrefix();; + docstring const desc = in->getDescription(); + docstring const prefix = in->getPrefix(); docstring const sortas = prefix.empty() ? symbol : prefix; entries[sortas] = NomenclEntry(symbol, desc, &par); -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs