X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetHyperlink.cpp;h=aa4ff3af7d784655d07bacb73bb8e753945067b6;hb=67e70c6c022fa445cd654937faeb87955e3bca7a;hp=0fb69a7cb44873594d43e03436618c0f6fa4945f;hpb=f61bebd7fb25beabdf0dc761520030f9059499d6;p=lyx.git diff --git a/src/insets/InsetHyperlink.cpp b/src/insets/InsetHyperlink.cpp index 0fb69a7cb4..aa4ff3af7d 100644 --- a/src/insets/InsetHyperlink.cpp +++ b/src/insets/InsetHyperlink.cpp @@ -181,7 +181,7 @@ int InsetHyperlink::docbook(odocstream & os, OutputParams const &) const } -int InsetHyperlink::xhtml(odocstream & os, OutputParams const &) const +docstring InsetHyperlink::xhtml(odocstream & os, OutputParams const &) const { os << "" << getParam("name") << ""; - return 0; + return docstring(); }