]> git.lyx.org Git - lyx.git/blobdiff - src/layout.h
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / layout.h
index dc442911d4b2254a8e3f87c06ffe6d0bc8f441a4..2d62584d4e5fc90fad3ae5e96e5b09c9f7952f3a 100644 (file)
 #ifndef LAYOUT_H
 #define LAYOUT_H
 
+namespace lyx {
+
 /// The different output types
 enum OutputType {
        ///
        LATEX = 1,
        ///
-       LINUXDOC,
-       ///
        DOCBOOK,
        ///
        LITERATE
@@ -111,25 +111,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
 };
 
 
@@ -168,5 +154,6 @@ enum LYX_END_LABEL_TYPES {
  * previous paragraph is standard too. Well, this is LateX and it is good!
  */
 
+} // namespace lyx
 
 #endif