]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Update fr.po
[lyx.git] / src / LaTeXFeatures.h
index 32a62426c6d0ab061853d15ac6b653e04cbc4662..a902c4a7b24ee6f7f3999252cc63d4eec62c31b7 100644 (file)
@@ -66,8 +66,6 @@ public:
        docstring const getBabelPresettings() const;
        /// Extra preamble code after babel is called
        docstring const getBabelPostsettings() const;
-       /// Do we need to pass the languages to babel directly?
-       bool needBabelLangOptions() const;
        /// Load AMS packages when appropriate
        std::string const loadAMSPackages() const;
        /// The definitions needed by the document's textclass
@@ -180,6 +178,8 @@ public:
        void setHTMLTitle(docstring const & t) { htmltitle_ = t; }
        ///
        docstring const & htmlTitle() const { return htmltitle_; }
+       ///
+       bool hasRTLLanguage() const;
 
 private:
        ///