]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
de.po
[lyx.git] / src / LaTeXFeatures.h
index 3d984d6bc52ea568cef50fc98df7076d2b57e773..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,13 +178,13 @@ public:
        void setHTMLTitle(docstring const & t) { htmltitle_ = t; }
        ///
        docstring const & htmlTitle() const { return htmltitle_; }
+       ///
+       bool hasRTLLanguage() const;
 
 private:
        ///
        void useLayout(docstring const &, int);
        ///
-       bool hasRTLLanguage() const;
-       ///
        std::list<docstring> usedLayouts_;
        ///
        std::list<docstring> usedInsetLayouts_;