]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
GuiDocument.cpp: remove unneeded conversion
[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();