]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.cpp
Typo.
[lyx.git] / src / output_latex.cpp
index 0b3580875d57223f2675723cd28d5d063b2bb5c8..ad541fea6e981f00b7ce86842915364ca13028f8 100644 (file)
@@ -25,7 +25,6 @@
 #include "ParagraphParameters.h"
 #include "TextClass.h"
 #include "TexRow.h"
-#include "VSpace.h"
 
 #include "insets/InsetBibitem.h"
 #include "insets/InsetArgument.h"
@@ -240,7 +239,6 @@ void TeXEnvironment(Buffer const & buf, Text const & text,
        // This is for debugging purpose at the end.
        pit_type const par_begin = pit;
        for (; pit < runparams.par_end; ++pit) {
-       
                ParagraphList::const_iterator par = paragraphs.constIterator(pit);
 
                // check first if this is an higher depth paragraph.
@@ -277,7 +275,6 @@ void TeXEnvironment(Buffer const & buf, Text const & text,
                        // be two for Standard paragraphs that are depth-increment'ed to be
                        // output correctly. However, tables can also be paragraphs so
                        // don't adjust them.
-                       // 
 
                        // FIXME (Lgb): Will it ever harm to have one '\n' too
                        // many? i.e. that we sometimes will have
@@ -334,7 +331,7 @@ void latexArgInsets(Paragraph const & par, otexstream & os,
                }
        }
 
-       if (!reqargs && ilist.size() == 0)
+       if (!reqargs && ilist.empty())
                return;
 
        bool const have_optional_args = ilist.size() > reqargs;