]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.C
move misplaced #endif
[lyx.git] / src / paragraph.C
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)