]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.cpp
* Inset: Prepare for an eventual merge of updateLabels() and addToToc()
[lyx.git] / src / insets / InsetCitation.cpp
index d899d929e0222d8f1ecb3d0885ce4e0ebbf179d8..a9597ca872b8d8939d52a2e2355aaa257d9730be 100644 (file)
@@ -490,10 +490,9 @@ int InsetCitation::docbook(Buffer const &, odocstream & os,
 }
 
 
-int InsetCitation::textString(Buffer const & buf, odocstream & os,
-                      OutputParams const & op) const
+void InsetCitation::textString(Buffer const & buf, odocstream & os) const
 {
-       return plaintext(buf, os, op);
+       plaintext(buf, os, OutputParams(0));
 }