]> git.lyx.org Git - features.git/blobdiff - src/output_latex.h
latex export optimisation step 1: There is no need for TeXOnePar to return a par...
[features.git] / src / output_latex.h
index 9a7de7ed69d12714ac07b5c5f162b0c97408fca7..dee6f9f86e6d3f7f60469a47c5fac8c37f304a73 100644 (file)
@@ -61,13 +61,13 @@ std::pair<bool, int> switchEncoding(odocstream & os,
                     bool force = false);
 
 /// FIXME: this should not be visible.
-ParagraphList::const_iterator TeXOnePar(Buffer const & buf,
-                     Text const & text,
-                     ParagraphList::const_iterator pit,
-                     odocstream & os, TexRow & texrow,
-                     OutputParams const & runparams,
-                     std::string const & everypar = std::string(),
-                     int start_pos = -1, int end_pos = -1);
+void TeXOnePar(Buffer const & buf,
+                  Text const & text,
+                  ParagraphList::const_iterator pit,
+                  odocstream & os, TexRow & texrow,
+                  OutputParams const & runparams,
+                  std::string const & everypar = std::string(),
+                  int start_pos = -1, int end_pos = -1);
 
 } // namespace lyx