]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.C
reformatting and remove using delc
[lyx.git] / src / insets / insetfootlike.C
index 20b28ad568c6d2243827fc20d78893a8dde3e92d..5517ccc77d10c7b6dafd88bb849cd0de2519b373 100644 (file)
@@ -20,8 +20,6 @@
 #include "lyxtext.h"
 #include "support/LOstream.h"
 
-using std::ostream;
-using std::endl;
 
 InsetFootlike::InsetFootlike()
        : InsetCollapsable()
@@ -35,7 +33,7 @@ InsetFootlike::InsetFootlike()
 }
 
 
-void InsetFootlike::Write(Buffer const * buf, ostream & os) const 
+void InsetFootlike::Write(Buffer const * buf, std::ostream & os) const 
 {
        os << getInsetName() << "\n";
        InsetCollapsable::Write(buf, os);