mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
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:
parent
56adfabb05
commit
539226ab29
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user