]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetwrap.h
fix #832
[lyx.git] / src / insets / insetwrap.h
index a35b782b0bf0c40f666ba157fdc4571f5890690c..f53691d2fea399c56655d63123960053b49e73b7 100644 (file)
@@ -65,16 +65,6 @@ public:
        ///
        int getMaxWidth(BufferView *, UpdatableInset const *) const;
        ///
-       string const & type() const;
-       ///
-       LyXLength const & pageWidth() const;
-       ///
-       void pageWidth(LyXLength const &);
-       ///
-       void placement(string const & p);
-       ///
-       string const & placement() const;
-       ///
        void addToToc(toc::TocList &, Buffer const *) const;
        ///
        bool  showInsetDialog(BufferView *) const;
@@ -97,7 +87,7 @@ public:
        ///
        InsetWrapMailer(InsetWrap & inset);
        ///
-       virtual Inset & inset() const { return inset_; }
+       virtual InsetBase & inset() const { return inset_; }
        ///
        virtual string const & name() const { return name_; }
        ///