]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.h
Fix bug 518 (thanks to Jean Marc and Martin for the help)
[lyx.git] / src / Converter.h
index 2849e877e4f873c89bd5fd17da5a89733ea01ed8..46e5bfdf202379e700c7edbb9008052875d81aff 100644 (file)
@@ -55,8 +55,6 @@ public:
        bool latex;
        /// The converter is xml
        bool xml;
-       /// Do we need to run the converter in the original directory?
-       bool original_dir;
        /// This converter needs the .aux files
        bool need_aux;
        /// If the converter put the result in a directory, then result_dir
@@ -119,10 +117,10 @@ public:
        };
        ///
        bool convert(Buffer const * buffer,
-                    support::FileName const & from_file, support::FileName const & to_file,
-                    support::FileName const & orig_from,
-                    std::string const & from_format, std::string const & to_format,
-                    ErrorList & errorList, int conversionflags = none);
+                    support::FileName const & from_file, support::FileName const & to_file,
+                    support::FileName const & orig_from,
+                    std::string const & from_format, std::string const & to_format,
+                    ErrorList & errorList, int conversionflags = none);
        ///
        void update(Formats const & formats);
        ///