]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.cpp
Fix table rotate conversion to 2.0 format
[lyx.git] / src / output_latex.cpp
index 31211d1c8554cc01c6897cfe9bc2aaadc1a30e72..312199d62c0f39405fb0aba242c9a9ac547ed960 100644 (file)
@@ -53,6 +53,10 @@ enum OpenEncoding {
        CJK
 };
 
+// FIXME THREAD
+// There could easily be a conflict here, with the export process
+// setting this one way, and a View>Source process (possbily for
+// another Buffer) resetting it.
 static int open_encoding_ = none;
 static int cjk_inherited_ = 0;
 Language const * prev_env_language_ = 0;