]> git.lyx.org Git - lyx.git/blobdiff - src/layout.h
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / layout.h
index dc442911d4b2254a8e3f87c06ffe6d0bc8f441a4..1d06c324df07cea475a65230672a97b12cbc439c 100644 (file)
@@ -18,8 +18,6 @@ enum OutputType {
        ///
        LATEX = 1,
        ///
-       LINUXDOC,
-       ///
        DOCBOOK,
        ///
        LITERATE
@@ -111,25 +109,11 @@ enum LYX_LABEL_TYPES {
        ///
        LABEL_SENSITIVE,
        ///
-       LABEL_COUNTER_CHAPTER,
-       ///
-       LABEL_COUNTER_SECTION,
-       ///
-       LABEL_COUNTER_SUBSECTION,
-       ///
-       LABEL_COUNTER_SUBSUBSECTION,
-       ///
-       LABEL_COUNTER_PARAGRAPH,
-       ///
-       LABEL_COUNTER_SUBPARAGRAPH,
-       ///
-       LABEL_COUNTER_ENUMI,
-       ///
-       LABEL_COUNTER_ENUMII,
+       LABEL_COUNTER,
        ///
-       LABEL_COUNTER_ENUMIII,
+       LABEL_ENUMERATE,
        ///
-       LABEL_COUNTER_ENUMIV
+       LABEL_ITEMIZE
 };