]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcite.C
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetcite.C
index 5217f6928904efd906792024837484c358fa8794..75e64fe66933138f07812e542e6922fb1aa420be 100644 (file)
@@ -353,6 +353,13 @@ int InsetCitation::docbook(Buffer const &, ostream & os, OutputParams const &) c
 }
 
 
+int InsetCitation::textString(Buffer const & buf, ostream & os,
+                      OutputParams const & op) const
+{
+       return plaintext(buf, os, op);
+}
+
+
 // Have to overwrite the default InsetCommand method in order to check that
 // the \cite command is valid. Eg, the user has natbib enabled, inputs some
 // citations and then changes his mind, turning natbib support off. The output