]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
revert recent change to development/FORMAT (don't change history)
[lyx.git] / src / LaTeXFeatures.h
index 56930afadc147f586f85d0dfcc5901822a4ef031..927dc312e620b7f450f49931c312b01229e0dcd9 100644 (file)
@@ -42,7 +42,7 @@ class LaTeXFeatures {
 public:
        ///
        LaTeXFeatures(Buffer const &, BufferParams const &,
-                     OutputParams const &);
+                     OutputParams const &);
        /// The packages needed by the document
        std::string const getPackages() const;
        /// The macros definitions needed by the document
@@ -51,7 +51,7 @@ public:
        std::string const getBabelOptions() const;
        /// The definitions needed by the document's textclass
        std::string const getTClassPreamble() const;
-       /// The sgml definitions needed by the document (dobook/linuxdoc)
+       /// The sgml definitions needed by the document (docbook)
        std::string const getLyXSGMLEntities() const;
        /// The SGML Required to include the files added with includeFile();
        std::string const getIncludedFiles(std::string const & fname) const;