]> 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 86c7c501a5d4bfc3961e8cb1e11db48a85dc6065..d11997c873972de74b6c690593c4957080724874 100644 (file)
 #include <config.h>
 
 #ifdef __GNUG__
-#pragma implementation "insetloa.h"
-#pragma implementation "insetlof.h"
-#pragma implementation "insetlot.h"
+#pragma implementation
 #endif
 
 #include "insetloa.h"
-#include "insetlof.h"
-#include "insetlot.h"
 #include "LaTeXFeatures.h"
 
 void InsetLOA::Validate(LaTeXFeatures & features) const 
 {
        features.algorithm = true;
 }
+
+
+string InsetLOA::getScreenLabel() const 
+{
+       return _("List of Algorithms");
+}