X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flayout.h;h=2d62584d4e5fc90fad3ae5e96e5b09c9f7952f3a;hb=e5a46922e916a06ad1b958d5895cc3cfb4f13d2c;hp=dc442911d4b2254a8e3f87c06ffe6d0bc8f441a4;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/layout.h b/src/layout.h index dc442911d4..2d62584d4e 100644 --- a/src/layout.h +++ b/src/layout.h @@ -13,13 +13,13 @@ #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