move misplaced #endif

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@910 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2000-07-20 14:48:23 +00:00
parent 56adfabb05
commit 539226ab29
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-07-20 Lars Gullik Bjønnes <larsbj@lyx.org>
* src/paragraph.C (writeFile): NEW_INSETS: move a misplaced #endif
2000-07-20 Serge Winitzki <winitzki@erebus.phys.cwru.edu>
* lib/bind/sciword.bind: updated.

View File

@ -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)