]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetminipage.C
fix typo that put too many include paths for most people
[lyx.git] / src / insets / insetminipage.C
index 26cb6471433aa01f4de8f50a2c233cf4e41c6bb6..9440b3def18b64e82fb2206cf3a5b100dad58802 100644 (file)
@@ -1,8 +1,8 @@
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *          Copyright 1998 The LyX Team.
  *
  *======================================================*/
@@ -80,7 +80,7 @@ InsetMinipage::InsetMinipage(BufferParams const & bp)
        // just for experimentation :)
        setBackgroundColor(LColor::green);
 #endif
-       
+
        inset.setFrameColor(0, LColor::blue);
        setInsetName("Minipage");
 }
@@ -105,7 +105,7 @@ InsetMinipage::~InsetMinipage()
 }
 
 
-void InsetMinipage::write(Buffer const * buf, ostream & os) const 
+void InsetMinipage::write(Buffer const * buf, ostream & os) const
 {
        os << getInsetName() << "\n"
           << "position " << pos_ << "\n"
@@ -245,7 +245,7 @@ int InsetMinipage::latex(Buffer const * buf,
        }
        os << "\\begin{minipage}[" << s_pos << "]{"
           << width_.asLatexString() << "}%\n";
-       
+
        int i = inset.latex(buf, os, fragile, fp);
 
        os << "\\end{minipage}%\n";
@@ -262,7 +262,7 @@ bool InsetMinipage::insetAllowed(Inset::Code code) const
 }
 
 
-InsetMinipage::Position InsetMinipage::pos() const 
+InsetMinipage::Position InsetMinipage::pos() const
 {
        return pos_;
 }