]> 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 a2a2bca1e68d394b7ff839ba3133739ba53bf676..f5a9fac5ec4205695b9827e983f3a935517f100f 100644 (file)
@@ -166,7 +166,7 @@ void InsetLatexAccent::checkContents()
                break;
        default:
                lyxerr[Debug::KEY] << "Default" << endl;
-               // unknow accent (or something else)
+               // unknown accent (or something else)
                return;
        }
 
@@ -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;