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