]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetloa.C
pos=string::npos for regex not found, use handcoded transform in lstring.C, fix the...
[lyx.git] / src / insets / insetloa.C
index 71b5582477629e3c9f1e1b09aa71905e6fcafa03..826f1bdcf8afa1c0c2909260221abf0333633cbe 100644 (file)
@@ -4,26 +4,27 @@
  *
  *           LyX, The Document Processor
  *      
- *         Copyright (C) 1995 Matthias Ettrich
- *          Copyright (C) 1996-1998 The LyX Team.
+ *          Copyright (C) 1995 Matthias Ettrich
+ *          Copyright (C) 1996-1999 The LyX Team.
  * 
- *======================================================*/
+ * ====================================================== */
 
 // Created by Bernhard 970908
 
 #include <config.h>
 
-
 #ifdef __GNUG__
 #pragma implementation "insetloa.h"
 #pragma implementation "insetlof.h"
 #pragma implementation "insetlot.h"
 #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;
+}