]> git.lyx.org Git - lyx.git/blobdiff - src/output_docbook.cpp
Win installer: translate 2 installer sections
[lyx.git] / src / output_docbook.cpp
index 12061ef462c3581e0b832e23be3164088ac9725b..f453fc45b16b422aa5706a8ea64833a874a93c9a 100644 (file)
@@ -327,8 +327,8 @@ void docbookParagraphs(Text const & text,
 
        // if only part of the paragraphs will be outputed
        if (runparams.par_begin !=  runparams.par_end) {
-               par = next(paragraphs.begin(), runparams.par_begin);
-               pend = next(paragraphs.begin(), runparams.par_end);
+               par = lyx::next(paragraphs.begin(), runparams.par_begin);
+               pend = lyx::next(paragraphs.begin(), runparams.par_end);
                // runparams will be passed to nested paragraphs, so
                // we have to reset the range parameters.
                const_cast<OutputParams&>(runparams).par_begin = 0;