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