]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettoc.h
ws changes only
[lyx.git] / src / insets / insettoc.h
index 77ce3e338ea216c3321c24b046dd3434fe279fb7..b41bc6110bcd60867d6cc4eb1ff251102773858a 100644 (file)
@@ -14,7 +14,9 @@
 
 
 #include "insetcommand.h"
-#include "metricsinfo.h"
+
+class MetricsInfo;
+
 
 /** Used to insert table of contents
  */
@@ -35,7 +37,7 @@ public:
        ///
        dispatch_result localDispatch(FuncRequest const & cmd);
        ///
-       string const getScreenLabel(Buffer const &) const;
+       std::string const getScreenLabel(Buffer const &) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
@@ -46,9 +48,6 @@ public:
        int linuxdoc(Buffer const &, std::ostream &) const;
        ///
        int docbook(Buffer const &, std::ostream &, bool mixcont) const;
-private:
-       ///
-       mutable unsigned int center_indent_;
 };
 
 #endif