]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetref.C
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetref.C
index 0d571611099e82210dde9ca85aaf6cda71b54374..fd7074e5bfc88c51f16e99b6636fc19115042697 100644 (file)
@@ -127,6 +127,13 @@ int InsetRef::docbook(Buffer const & buf, ostream & os,
 }
 
 
+int InsetRef::textString(Buffer const & buf, ostream & os,
+                      OutputParams const & op) const
+{
+       return plaintext(buf, os, op);
+}
+
+
 void InsetRef::validate(LaTeXFeatures & features) const
 {
        if (getCmdName() == "vref" || getCmdName() == "vpageref")