From 539226ab2952b44fed5d3982bd04e0bb19d9db9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Thu, 20 Jul 2000 14:48:23 +0000 Subject: [PATCH] move misplaced #endif git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@910 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 4 ++++ src/paragraph.C | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 85b49f58b5..de49985cfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-07-20 Lars Gullik Bjønnes + + * src/paragraph.C (writeFile): NEW_INSETS: move a misplaced #endif + 2000-07-20 Serge Winitzki * lib/bind/sciword.bind: updated. diff --git a/src/paragraph.C b/src/paragraph.C index fa51c83419..0a3cf91754 100644 --- a/src/paragraph.C +++ b/src/paragraph.C @@ -245,7 +245,7 @@ void LyXParagraph::writeFile(Buffer const * buf, ostream & os, os << "\n\\end_float "; footflag = LyXParagraph::NO_FOOTNOTE; } - +#endif #ifndef NEW_TABULAR // It might be a table. if (table){ @@ -329,7 +329,6 @@ void LyXParagraph::writeFile(Buffer const * buf, ostream & os, break; } } -#endif // now write the next paragraph if (next) -- 2.39.5