]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Adjust bookmark position when inserting/deleting from paragraph
[lyx.git] / src / LaTeXFeatures.h
index af27b5c232617d7ad2406d67b5e6d41b985340d1..91d27e8c704b52050a7d6d987647ced385c6d458 100644 (file)
 #ifndef LATEXFEATURES_H
 #define LATEXFEATURES_H
 
-#include "OutputParams.h"
 #include "support/docstring.h"
 
 #include <set>
 #include <list>
 #include <map>
+#include <vector>
 
 
 namespace lyx {
@@ -27,6 +27,8 @@ class Buffer;
 class BufferParams;
 class InsetLayout;
 class Language;
+class otexstream;
+class OutputParams;
 struct TexString;
 
 /** The packages and commands that a buffer needs. This class
@@ -142,7 +144,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);
        ///