]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
Make lyx2lyx output the new external inset format.
[lyx.git] / src / bufferparams.h
index cc81d5f8164a78655763d295efee694c0fe365eb..02e49186d48ad0a2a2dfa465d300884afe1b4421 100644 (file)
@@ -116,8 +116,11 @@ public:
        ///
        void writeFile(std::ostream &) const;
 
-       ///
-       void writeLaTeX(std::ostream &, LaTeXFeatures &, TexRow &) const;
+       /** \returns true if the babel package is used (interogates
+           the BufferParams and a LyXRC variable).
+           This returned value can then be passed to the insets...
+        */
+       bool writeLaTeX(std::ostream &, LaTeXFeatures &, TexRow &) const;
 
        ///
        void setPaperStuff();