]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.h
Update RELEASE-NOTES
[lyx.git] / src / Converter.h
index 8f131bba363b802e9e916db9c8a17ea1cb6a2cf2..3429ce7154d2322c206bf034b8c238dc1eba685e 100644 (file)
@@ -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<Converter> ConverterList;
        ///
        typedef ConverterList::const_iterator const_iterator;
-       ///
-       typedef std::vector<std::string> FormatList;
 
        ///
        Converter const & get(int i) const { return converterlist_[i]; }