]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetloa.C
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetloa.C
index 71b5582477629e3c9f1e1b09aa71905e6fcafa03..d11997c873972de74b6c690593c4957080724874 100644 (file)
@@ -4,26 +4,29 @@
  *
  *           LyX, The Document Processor
  *      
- *         Copyright (C) 1995 Matthias Ettrich
- *          Copyright (C) 1996-1998 The LyX Team.
+ *          Copyright 1995 Matthias Ettrich
+ *          Copyright 1996-2000 The LyX Team.
  * 
- *======================================================*/
+ * ====================================================== */
 
 // Created by Bernhard 970908
 
 #include <config.h>
 
-
 #ifdef __GNUG__
-#pragma implementation "insetloa.h"
-#pragma implementation "insetlof.h"
-#pragma implementation "insetlot.h"
+#pragma implementation
 #endif
 
-#include "LaTeXFeatures.h"
 #include "insetloa.h"
-#include "insetlof.h"
-#include "insetlot.h"
+#include "LaTeXFeatures.h"
+
+void InsetLOA::Validate(LaTeXFeatures & features) const 
+{
+       features.algorithm = true;
+}
+
 
-void InsetLOA::Validate(LaTeXFeatures &features) const 
-{ features.algorithm = true; }
+string InsetLOA::getScreenLabel() const 
+{
+       return _("List of Algorithms");
+}