]> git.lyx.org Git - lyx.git/blob - src/insets/insetlot.C
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetlot.C
1 #include <config.h>
2
3 #ifdef __GNUG__
4 #pragma implementation
5 #endif
6
7
8 #include "insetlot.h"
9
10 string InsetLOT::getScreenLabel() const 
11 {
12         return _("List of Tables");
13 }
14