]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.cpp
Harmonize naming
[lyx.git] / src / CutAndPaste.cpp
index ca014be60015f4852d6ffa5b975863a222974a91..844a119ca25dd5ffb2375b3aabd6524773ed8187 100644 (file)
@@ -532,6 +532,8 @@ void putClipboard(ParagraphList const & paragraphs,
                OutputParams runparams(encodings.fromLyXName("utf8"));
                // We do not need to produce images, etc.
                runparams.dryrun = true;
+               // We are not interested in errors (bug 8866)
+               runparams.silent = true;
                buffer->writeLyXHTMLSource(oshtml, runparams, Buffer::FullSource);
 
                theClipboard().put(lyx, oshtml.str(), plaintext);