Amend d5a5fbb8e (cosmetic)

Bug #9579
This commit is contained in:
Guillaume Munch 2015-10-02 19:44:36 +01:00
parent 86d42bc5eb
commit 8ea62f226b
2 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@ enum TocType {
NOMENCL,//"nomencl" NOMENCL,//"nomencl"
LISTING,//"listings" LISTING,//"listings"
FLOAT,//"figure", "table", "algorithm", user-defined (from layout?) FLOAT,//"figure", "table", "algorithm", user-defined (from layout?)
MATH_MACRO,//"math-macro"
SENSELESS,//"senseless" SENSELESS,//"senseless"
TOC_TYPE_COUNT TOC_TYPE_COUNT
} }

View File

@ -74,7 +74,7 @@ std::string insetName(InsetCode);
/// Eg, insetDisplayName(BRANCH_CODE) == _("Branch") /// Eg, insetDisplayName(BRANCH_CODE) == _("Branch")
docstring insetDisplayName(InsetCode); docstring insetDisplayName(InsetCode);
/// ///
static int const TOC_ENTRY_LENGTH = 80; static int const TOC_ENTRY_LENGTH = 128;
/// Common base class to all insets /// Common base class to all insets