X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FConverter.h;h=46e5bfdf202379e700c7edbb9008052875d81aff;hb=ca81b43f0334d5210696543c2c84e9d29c8a0687;hp=2849e877e4f873c89bd5fd17da5a89733ea01ed8;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/Converter.h b/src/Converter.h index 2849e877e4..46e5bfdf20 100644 --- a/src/Converter.h +++ b/src/Converter.h @@ -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); ///