]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / output_latex.h
index 008564ed7942aede56fc44e352ad99be6d46bb64..886306fdd3ba872d07115c20c33d76e2308b78b6 100644 (file)
@@ -44,12 +44,11 @@ void latexParagraphs(Buffer const & buf,
                     OutputParams const &,
                     std::string const & everypar = std::string());
 
-/// Switch the encoding of \p os from \p oldEnc to \p newEnc if needed.
+/// Switch the encoding of \p os from runparams.encoding to \p newEnc if needed.
 /// \return (did the encoding change?, number of characters written to \p os)
-std::pair<bool, int> switchEncoding(odocstream & os, 
+std::pair<bool, int> switchEncoding(odocstream & os,
                     BufferParams const & bparams,
-                    bool moving_arg, Encoding const & oldEnc,
-                    Encoding const & newEnc);
+                    OutputParams const &, Encoding const & newEnc);
 
 } // namespace lyx