]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.h
ws changes only
[lyx.git] / src / insets / insetindex.h
index cef3b995cc1ccb22a5bf1c750a1035a8e469fe41..ece2887b30ff06dc6fe40fe6231540d46f96a876 100644 (file)
@@ -32,13 +32,13 @@ 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; }
        ///
        InsetOld::Code lyxCode() const;
        ///
-       int docbook(Buffer const *, std::ostream &, bool mixcont) const;
+       int docbook(Buffer const &, std::ostream &, bool mixcont) const;
 };
 
 
@@ -61,11 +61,9 @@ public:
        ///
        InsetOld::Code lyxCode() const;
        ///
-       string const getScreenLabel(Buffer const *) const;
+       std::string const getScreenLabel(Buffer const &) const;
        ///
-       //virtual bool needFullRow() const { return true; }
-       ///
-       void metrics(MetricsInfo &, Dimension &) const; 
+       void metrics(MetricsInfo &, Dimension &) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
 private: