X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flayout.h;h=a83965daf2cde872f7434dbca5b3bb7d2d0fe7f8;hb=ae348f8af96100a154b3792d27732d621d44ec89;hp=dc442911d4b2254a8e3f87c06ffe6d0bc8f441a4;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/layout.h b/src/layout.h index dc442911d4..a83965daf2 100644 --- a/src/layout.h +++ b/src/layout.h @@ -111,25 +111,11 @@ enum LYX_LABEL_TYPES { /// LABEL_SENSITIVE, /// - LABEL_COUNTER_CHAPTER, + LABEL_COUNTER, /// - LABEL_COUNTER_SECTION, + LABEL_ENUMERATE, /// - LABEL_COUNTER_SUBSECTION, - /// - LABEL_COUNTER_SUBSUBSECTION, - /// - LABEL_COUNTER_PARAGRAPH, - /// - LABEL_COUNTER_SUBPARAGRAPH, - /// - LABEL_COUNTER_ENUMI, - /// - LABEL_COUNTER_ENUMII, - /// - LABEL_COUNTER_ENUMIII, - /// - LABEL_COUNTER_ENUMIV + LABEL_ITEMIZE };