]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Fix bug #5131: Remember last file active.
[lyx.git] / src / LaTeXFeatures.h
index a381e62ef79174f9c2aa97f85bcb98b962e27691..7f010b33ca94522ba397e4ff098683c600a7df1c 100644 (file)
@@ -56,6 +56,8 @@ public:
        std::string const getBabelOptions() const;
        /// The definitions needed by the document's textclass
        docstring const getTClassPreamble() const;
+       /// The language dependent definitions needed by the document's textclass
+       docstring const getTClassI18nPreamble(bool use_babel) const;
        /// The sgml definitions needed by the document (docbook)
        docstring const getLyXSGMLEntities() const;
        /// The SGML Required to include the files added with includeFile();