]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.cpp
Links between citations and bibliography entries were broken in XHTML
[lyx.git] / src / insets / InsetExternal.cpp
index e73a6c02f63e5dc25bb97fb388fb35d3caa7a2e3..6c38e1f3a6607af54c0f9b9ae6ee51d47a2202e5 100644 (file)
@@ -694,6 +694,10 @@ void InsetExternal::latex(otexstream & os, OutputParams const & runparams) const
 int InsetExternal::plaintext(odocstringstream & os,
                             OutputParams const & runparams, size_t) const
 {
+       // this is too slow for constant use
+       if (runparams.for_tooltip)
+               return 0;
+
        os << '\n'; // output external material on a new line
        external::writeExternal(params_, "Ascii", buffer(), os,
                                *(runparams.exportdata), false,