X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FConverter.h;h=3429ce7154d2322c206bf034b8c238dc1eba685e;hb=4db3e641ed6765e005343010cb90ee8af26f8f99;hp=8f131bba363b802e9e916db9c8a17ea1cb6a2cf2;hpb=3285ce1d5cb9ba79af700d004401115269e97ada;p=lyx.git diff --git a/src/Converter.h b/src/Converter.h index 8f131bba36..3429ce7154 100644 --- a/src/Converter.h +++ b/src/Converter.h @@ -60,6 +60,8 @@ public: bool xml; /// This converter needs the .aux files bool need_aux; + /// we need a "nice" file from the backend, c.f. OutputParams.nice. + bool nice; /// If the converter put the result in a directory, then result_dir /// is the name of the directory std::string result_dir; @@ -78,8 +80,6 @@ public: typedef std::vector ConverterList; /// typedef ConverterList::const_iterator const_iterator; - /// - typedef std::vector FormatList; /// Converter const & get(int i) const { return converterlist_[i]; }