]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetminipage.h
parlist-a-1.diff
[lyx.git] / src / insets / insetminipage.h
index d4f544a4d5ca763e8f3c4795a2272aa7b520354c..5b2fcc52c02612300c554882c410718d41ff401e 100644 (file)
@@ -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; }