]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlof.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetlof.h
index 3259c16d8533cfb4eed2b658f097833dd6b4bfc1..20e9790c5d0dbd08c11683e5747da88856c17cf3 100644 (file)
 #ifndef INSET_LOF_H
 #define INSET_LOF_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "insetcommand.h"
 #include "gettext.h"
 
 // Created by Lgb 970527
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 /** Used to insert table of contents
  */
 class InsetLOF : public InsetCommand {
@@ -28,11 +28,12 @@ public:
        ///
        InsetLOF() : InsetCommand("listoffigures") {}
        ///
+       explicit
        InsetLOF(Buffer * b) : InsetCommand("listoffigures"), owner(b) {}
         ///
         Inset * Clone() const { return new InsetLOF(owner); }
        ///
-       string getScreenLabel() const { return _("List of Figures"); }
+       string getScreenLabel() const;
         
         ///
        EDITABLE Editable() const {