]> git.lyx.org Git - lyx.git/blobdiff - src/layout.h
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / layout.h
index a83965daf2cde872f7434dbca5b3bb7d2d0fe7f8..2d62584d4e5fc90fad3ae5e96e5b09c9f7952f3a 100644 (file)
 #ifndef LAYOUT_H
 #define LAYOUT_H
 
+namespace lyx {
+
 /// The different output types
 enum OutputType {
        ///
        LATEX = 1,
        ///
-       LINUXDOC,
-       ///
        DOCBOOK,
        ///
        LITERATE
@@ -154,5 +154,6 @@ enum LYX_END_LABEL_TYPES {
  * previous paragraph is standard too. Well, this is LateX and it is good!
  */
 
+} // namespace lyx
 
 #endif