]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetminipage.h
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / insetminipage.h
index c78c769d4eb6ffcd1ced1979961b005853b248d6..9ba55571e516af1458b0278936bd3d5f13d04fd6 100644 (file)
@@ -58,8 +58,6 @@ public:
        ///
        InsetMinipage(InsetMinipage const &);
        ///
-       //InsetMinipage(InsetMinipage const &, bool same_id);
-       ///
        ~InsetMinipage();
        ///
        virtual dispatch_result localDispatch(FuncRequest const & cmd);
@@ -68,11 +66,9 @@ public:
        ///
        void read(Buffer const * buf, LyXLex & lex);
        ///
-       Inset * clone(Buffer const &) const;
-       ///
-       //Inset * clone(Buffer const &, bool same_id) const;
+       Inset * clone() const;
        ///
-       void dimension(BufferView *, LyXFont const &, Dimension &) const;
+       void metrics(MetricsInfo &, Dimension &) const;
        ///
        Inset::Code lyxCode() const { return Inset::MINIPAGE_CODE; }
        ///