]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.cpp
Revert r28853
[lyx.git] / src / output_latex.cpp
index be294b74ddc599d5e8ca780a4609b9caf2b8e084..c9538ca9a66d723a8b9dc32fd5f238a233e0f156 100644 (file)
@@ -442,11 +442,8 @@ ParagraphList::const_iterator TeXOnePar(Buffer const & buf,
                        // With CJK, only add switch if we have CJK content at the beginning
                        // of the paragraph
                        if (encoding->package() != Encoding::CJK || i == 0) {
-                               OutputParams tmp_rp = runparams;
-                               runparams.moving_arg = false;
                                pair<bool, int> enc_switch = switchEncoding(os, bparams, runparams,
                                        *encoding);
-                               runparams = tmp_rp;
                                // the following is necessary after a CJK environment in a multilingual
                                // context (nesting issue).
                                if (par_language->encoding()->package() == Encoding::CJK &&