]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
another fix
[lyx.git] / src / LaTeXFeatures.h
index 92279ebfc0963767bb2896f86c5407151c5e11aa..cfd0b18c0102bd6e3ca1c5d38c42096f40d41b1d 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "LString.h"
 
-#include <vector>
 #include <set>
 #include <list>
 #include <map>
@@ -50,6 +49,8 @@ public:
        string const getPackages() const;
        /// The macros definitions needed by the document
        string const getMacros() const;
+       ///
+       string const getBabelOptions() const;
        /// The definitions needed by the document's textclass
        string const getTClassPreamble() const;
        /// The sgml definitions needed by the document (dobook/linuxdoc)
@@ -87,7 +88,7 @@ public:
 private:
        string externalPreambles;
 
-       std::set<string> layout;
+       std::list<string> usedLayouts;
 
        /// Static preamble bits from the external material insets