]> git.lyx.org Git - features.git/commitdiff
cosmetics
authorAbdelrazak Younes <younes@lyx.org>
Fri, 2 Nov 2007 08:50:16 +0000 (08:50 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 2 Nov 2007 08:50:16 +0000 (08:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21367 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetHyperlink.cpp

index 1b880add78102c5ebd5f52b0c55d3ad4ca7b6a91..55058dffa3ad7532a40c798d196cded2599506af 100644 (file)
 #include "support/lstrings.h"
 #include "support/docstream.h"
 
+using std::string;
+using std::find;
+using std::replace;
 
 namespace lyx {
 
 using support::subst;
 
-using std::string;
-using std::find;
-using std::replace;
-
 
 InsetHyperlink::InsetHyperlink(InsetCommandParams const & p)
        : InsetCommand(p, "href")