]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettoc.h
ws changes only
[lyx.git] / src / insets / insettoc.h
index 81a1aaa75ab3208533a9df43a9927826e3049e44..b41bc6110bcd60867d6cc4eb1ff251102773858a 100644 (file)
@@ -37,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; }
        ///
@@ -48,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