]> git.lyx.org Git - lyx.git/blobdiff - src/Format.h
Revert previous commit, which committed too much.
[lyx.git] / src / Format.h
index 07a9c1b9f9ab612cd91ff6c08c762eb30cef2747..682f8c5b478ff5420d90fea826b036b954feadc6 100644 (file)
@@ -14,6 +14,8 @@
 
 #include "support/docstring.h"
 
+#include "OutputParams.h"
+
 #include <vector>
 
 
@@ -168,6 +170,11 @@ private:
        FormatList formatlist;
 };
 
+///
+std::string flavor2format(OutputParams::FLAVOR flavor);
+// Not currently used.
+// OutputParams::FLAVOR format2flavor(std::string fmt);
+
 extern Formats formats;
 
 extern Formats system_formats;