X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fparagraph_funcs.C;h=09072f861b6bbd8c72f091c4dcc708ffc0b21f41;hb=86e0dfa3e11957318ca4f3f549248326aa806eb4;hp=01a404ffe0d656b5811a449dc03c580f0cbf1988;hpb=979a4d8ecf1f80a91399938cfd12bd1ae04682ff;p=lyx.git diff --git a/src/paragraph_funcs.C b/src/paragraph_funcs.C index 01a404ffe0..09072f861b 100644 --- a/src/paragraph_funcs.C +++ b/src/paragraph_funcs.C @@ -18,11 +18,11 @@ #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) {