X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetminipage.h;h=5b2fcc52c02612300c554882c410718d41ff401e;hb=6ce86e2bfe0a403e0e811b66fdddb2d56cfe0f83;hp=f5f5cafada146ec801f0cbd828eade891782d55c;hpb=e22ee4208daabef736f94ff479701a66e07255f9;p=lyx.git diff --git a/src/insets/insetminipage.h b/src/insets/insetminipage.h index f5f5cafada..5b2fcc52c0 100644 --- a/src/insets/insetminipage.h +++ b/src/insets/insetminipage.h @@ -10,8 +10,8 @@ * Full author contact details are available in file CREDITS */ -#ifndef InsetMinipage_H -#define InsetMinipage_H +#ifndef INSETMINIPAGE_H +#define INSETMINIPAGE_H #include "insetcollapsable.h" @@ -81,22 +81,6 @@ public: /// bool insetAllowed(Inset::Code) const; /// - Position pos() const; - /// - void pos(Position); - /// - InnerPosition innerPos() const; - /// - void innerPos(InnerPosition); - /// - LyXLength const & pageHeight() const; - /// - void pageHeight(LyXLength const &); - /// - LyXLength const & pageWidth() const; - /// - void pageWidth(LyXLength const &); - /// int getMaxWidth(BufferView *, UpdatableInset const *) const; /// bool needFullRow() const { return false; } @@ -126,7 +110,7 @@ public: /// InsetMinipageMailer(InsetMinipage & inset); /// - virtual Inset & inset() const { return inset_; } + virtual InsetBase & inset() const { return inset_; } /// virtual string const & name() const { return name_; } ///