]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettabular.C
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insettabular.C
index 9d82bafcc145ae74a296d7f72f5b3af186e05585..679698de1e1329bf7de6b5248e1469cf3a7deb30 100644 (file)
 #include "lyxtext.h"
 #include "lyx_gui_misc.h"
 #include "LyXView.h"
-#include "lyxfunc.h"
 #include "insets/insettext.h"
 #include "frontends/Dialogs.h"
 #include "debug.h"
-#include "lyxfunc.h"
 #include "WorkArea.h"
 #include "gettext.h"
 #include "language.h"
@@ -226,10 +224,10 @@ void InsetTabular::draw(BufferView * bv, LyXFont const & font, int baseline,
        if (nodraw())
                return;
        if (bv->text->status == LyXText::CHANGED_IN_DRAW)
-                       return;
+               return;
 
 //     lyxerr << "InsetTabular::draw(" << need_update << ")\n";
-       
+
        Painter & pain = bv->painter();
        int i;
        int j;
@@ -2315,7 +2313,6 @@ bool InsetTabular::nodraw() const
        return UpdatableInset::nodraw();
 }
 
-
 int InsetTabular::scroll(bool recursive) const
 {
        int sx = UpdatableInset::scroll(false);
@@ -2326,7 +2323,6 @@ int InsetTabular::scroll(bool recursive) const
        return sx;
 }
 
-
 bool InsetTabular::doClearArea() const
 {
        return !locked || (need_update & (FULL|INIT));