]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Revert "Fix a number of signedness warnings"
[lyx.git] / src / LaTeXFeatures.h
index 8ec5e68cce022b0715dba9efb48f3b2889ee575c..2cc90cdbacfb3384f9905f0286cbb3a51c6d7851 100644 (file)
@@ -14,7 +14,7 @@
 #define LATEXFEATURES_H
 
 #include "OutputParams.h"
-#include "support/docstring.h"
+#include "support/strfwd.h"
 
 #include <set>
 #include <list>
@@ -93,7 +93,8 @@ public:
        void addPreambleSnippet(docstring const & snippet, bool allowdupes = false);
        ///
        TexString getPreambleSnippets() const;
-       ///
+       /// Adds CSS information for HTML export.
+       /// Note that addPreambleSnippet is for LaTeX-type export
        void addCSSSnippet(std::string const &);
        ///
        docstring getCSSSnippets() const;
@@ -141,7 +142,7 @@ public:
        void getFontEncodings(std::vector<std::string> & encodings,
                              bool const onlylangs = false) const;
        ///
-       void useLayout(docstring const & lyt);
+       void useLayout(docstring const & layoutname);
        ///
        void useInsetLayout(InsetLayout const & lay);
        ///