]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.C
... and sanitize the simplified code...
[lyx.git] / src / paragraph_funcs.C
index 01a404ffe0d656b5811a449dc03c580f0cbf1988..09072f861b6bbd8c72f091c4dcc708ffc0b21f41 100644 (file)
 #include "debug.h"
 #include "encoding.h"
 #include "gettext.h"
-#include "iterators.h"
 #include "language.h"
 #include "lyxtext.h"
 #include "outputparams.h"
 #include "paragraph_pimpl.h"
+#include "pariterator.h"
 #include "sgml.h"
 #include "texrow.h"
 #include "vspace.h"
@@ -341,7 +341,7 @@ Paragraph const & ownerPar(Buffer const & buf, InsetBase const * inset)
 }
 
 
-/// return the range of pars [beg, end[ owning the range of y [ystart, yend] 
+/// return the range of pars [beg, end[ owning the range of y [ystart, yend]
 void getParsInRange(ParagraphList & pars, int ystart, int yend,
        par_type & beg, par_type & end)
 {