]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.h
* sk.po
[lyx.git] / src / Converter.h
index 481968eff1ee1ba335c524590698898755919a14..2b59541563d90b3bc1bba255bb8f2b57d3cfb2cf 100644 (file)
@@ -53,6 +53,8 @@ public:
 
        /// The converter is latex or its derivatives
        bool latex;
+       /// The latex derivate
+       std::string latex_flavor;
        /// The converter is xml
        bool xml;
        /// This converter needs the .aux files
@@ -71,8 +73,6 @@ public:
 ///
 class Converters {
 public:
-       ///
-       typedef std::vector<int> EdgePath; // to be removed SOON
        ///
        typedef std::vector<Converter> ConverterList;
        ///