]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.cpp
Add missing space in front of edition in generated bibentry.
[lyx.git] / src / CutAndPaste.cpp
index f4f3238e34c0ad2b9ef2268440820bd39e421c45..1f4633008774d4a66f043b933d9cc7fc8cb5b1c8 100644 (file)
@@ -530,6 +530,8 @@ void putClipboard(ParagraphList const & paragraphs,
                // XHTML format
                odocstringstream oshtml;
                OutputParams runparams(encodings.fromLyXName("utf8"));
+               // We do not need to produce images, etc.
+               runparams.dryrun = true;
                buffer->writeLyXHTMLSource(oshtml, runparams, Buffer::FullSource);
 
                theClipboard().put(lyx, oshtml.str(), plaintext);