]> git.lyx.org Git - lyx.git/blob - 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
1 // -*- C++ -*-
2 /* This file is part of*
3  * ======================================================
4  *
5  *           LyX, The Document Processor
6  *       
7  *          Copyright (C) 1995 Matthias Ettrich
8  *          Copyright (C) 1996-1999 The LyX Team.
9  * 
10  * ====================================================== */
11
12 // Created by Bernhard 970908
13
14 #include <config.h>
15
16 #ifdef __GNUG__
17 #pragma implementation "insetloa.h"
18 #pragma implementation "insetlof.h"
19 #pragma implementation "insetlot.h"
20 #endif
21
22 #include "insetloa.h"
23 #include "insetlof.h"
24 #include "insetlot.h"
25 #include "LaTeXFeatures.h"
26
27 void InsetLOA::Validate(LaTeXFeatures & features) const 
28 {
29         features.algorithm = true;
30 }