X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTOC.cpp;h=51234af7cd27c2e47c914fa0c0a82c6c7293707c;hb=897436efbb9bd641b61467d185a2dfae9839e575;hp=2c74aea5f2d190b5901609c0d3e7ea913d681e46;hpb=0e64103f927443835005cda616db620f9b9e007b;p=features.git diff --git a/src/insets/InsetTOC.cpp b/src/insets/InsetTOC.cpp index 2c74aea5f2..51234af7cd 100644 --- a/src/insets/InsetTOC.cpp +++ b/src/insets/InsetTOC.cpp @@ -57,7 +57,7 @@ Inset::Code InsetTOC::lyxCode() const int InsetTOC::plaintext(Buffer const & buffer, odocstream & os, - OutputParams const &) const + OutputParams const &) const { os << getScreenLabel(buffer) << "\n\n"; @@ -68,7 +68,7 @@ int InsetTOC::plaintext(Buffer const & buffer, odocstream & os, int InsetTOC::docbook(Buffer const &, odocstream & os, - OutputParams const &) const + OutputParams const &) const { if (getCmdName() == "tableofcontents") os << "";