]> git.lyx.org Git - lyx.git/blobdiff - src/layout.h
Continue to improve GtkLengthEntry
[lyx.git] / src / layout.h
index dc442911d4b2254a8e3f87c06ffe6d0bc8f441a4..a83965daf2cde872f7434dbca5b3bb7d2d0fe7f8 100644 (file)
@@ -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
 };