]> git.lyx.org Git - features.git/commitdiff
move misplaced #endif
authorLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 20 Jul 2000 14:48:23 +0000 (14:48 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 20 Jul 2000 14:48:23 +0000 (14:48 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@910 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
src/paragraph.C

index 85b49f58b53689b32bc3b52f04f199ccc87fcaa2..de49985cfa9b52c41f80b9a707d949d574cded6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index fa51c834197bd15e7b174c4f5334c8d76f8879fc..0a3cf917546003f4538e81d3965d7f7eed127c76 100644 (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)