]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlatexaccent.C
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetlatexaccent.C
index f79feb29bd99a97f401e1d44e12d9e3c929258c2..f5a9fac5ec4205695b9827e983f3a935517f100f 100644 (file)
@@ -601,6 +601,13 @@ int InsetLatexAccent::docbook(Buffer const &, ostream & os,
 }
 
 
+int InsetLatexAccent::textString(Buffer const & buf, ostream & os,
+                      OutputParams const & op) const
+{
+       return plaintext(buf, os, op);
+}
+
+
 bool InsetLatexAccent::directWrite() const
 {
        return true;