]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.cpp
Compute and output numbers for numerical citations.
[lyx.git] / src / insets / InsetTOC.cpp
index 07efc6509fc1fd45c8f378dd2502d223f9b5f87e..00b6235349ebf969b4e6dbcb2f97a0d7353cacb9 100644 (file)
@@ -232,8 +232,7 @@ docstring InsetTOC::xhtml(XHTMLStream &, OutputParams const & op) const
        string const & command = getCmdName();
        if (command != "tableofcontents" && command != "lstlistoflistings") {
                LYXERR0("TOC type " << command << " not yet implemented.");
-               LASSERT(false, /* */);
-               return docstring();
+               LASSERT(false, return docstring());
        }
 
        Toc const & toc = buffer().tocBackend().toc(cmd2type(command));