]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.C
reformatting and remove using delc
[lyx.git] / src / insets / insetfootlike.C
index 527dc644c64dd4feb00109ce8d1586aad680cd99..5517ccc77d10c7b6dafd88bb849cd0de2519b373 100644 (file)
@@ -3,7 +3,7 @@
  * 
  *           LyX, The Document Processor
  *      
- *          Copyright 1998 The LyX Team.
+ *          Copyright 2000 The LyX Team.
  *
  * ======================================================
  */
@@ -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);