X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finseturl.C;h=4bd7f5765a8d581e512c828af431d7aafdd426ab;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=023c281ae3e9efe6ff28800e936b586f09d38ae0;hpb=ffe7cb1b780e763a35d46c3fc07183a5359a36a9;p=lyx.git diff --git a/src/insets/inseturl.C b/src/insets/inseturl.C index 023c281ae3..4bd7f5765a 100644 --- a/src/insets/inseturl.C +++ b/src/insets/inseturl.C @@ -22,9 +22,10 @@ #include "support/std_ostream.h" -using lyx::docstring; -using lyx::odocstream; -using lyx::support::subst; + +namespace lyx { + +using support::subst; using std::string; using std::ostream; @@ -85,7 +86,7 @@ int InsetUrl::docbook(Buffer const &, odocstream & os, OutputParams const &) const { os << "" << getParam("name") << ""; @@ -104,3 +105,6 @@ void InsetUrl::validate(LaTeXFeatures & features) const { features.require("url"); } + + +} // namespace lyx