]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
do not create invalid .lyx files when importing \i{}, \j{}, \l{} or \L{}.
[lyx.git] / src / buffer.h
index 6b6addc10bed9281e3efedd1d28810b1226eb46b..f37336790b9727b214755353b089e70a69afc556 100644 (file)
@@ -147,7 +147,7 @@ public:
        bool writeFile(support::FileName const &) const;
 
        /// Just a wrapper for the method below, first creating the ofstream.
-       bool makeLaTeXFile(std::string const & filename,
+       bool makeLaTeXFile(support::FileName const & filename,
                           std::string const & original_path,
                           OutputParams const &,
                           bool output_preamble = true,
@@ -159,7 +159,7 @@ public:
                           bool output_preamble = true,
                           bool output_body = true);
        ///
-       void makeDocBookFile(std::string const & filename,
+       void makeDocBookFile(support::FileName const & filename,
                             OutputParams const & runparams_in,
                             bool only_body = false);
        ///