]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
Try a simpler way to tell coverity that we do not care about the result
[lyx.git] / src / output_latex.h
index 89f8ac6a383aeb5614addd41d1fe0149c81a4653..fdbc38febb327ab4ea28ac822de3b2f3fd6c3930 100644 (file)
@@ -16,8 +16,6 @@
 
 #include "support/docstream.h"
 #include "Layout.h"
-#include "Paragraph.h"
-#include "ParIterator.h"
 #include "ParagraphList.h"
 
 
@@ -29,9 +27,17 @@ class Encoding;
 class Layout;
 class Paragraph;
 class OutputParams;
-class TexRow;
 class Text;
 
+/** Register a language switch when using polyglossia.
+    Set \p localswitch to true if the \text<lang> command is used.
+ */
+void pushPolyglossiaLang(std::string const & lang, bool localswitch = false);
+
+/** Unregister the last language switch when using polyglossia.
+ */
+void popPolyglossiaLang();
+
 /** Export optional and required arguments of the paragraph \p par.
     Non-existing required arguments are output empty: {}.
  */