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