X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fparagraph_funcs.h;h=59786081cbafd90e9d872a7a090855b60d93976c;hb=ae9dad17702242b63ca6043002a6e500734e9296;hp=5ae3ad555410afe7d208914249bb7bd3c5d371ff;hpb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;p=lyx.git diff --git a/src/paragraph_funcs.h b/src/paragraph_funcs.h index 5ae3ad5554..59786081cb 100644 --- a/src/paragraph_funcs.h +++ b/src/paragraph_funcs.h @@ -75,6 +75,9 @@ Font const outerFont(pit_type par_offset, ParagraphList const & pars); /// return the number of InsetOptArg in a paragraph int numberOfOptArgs(Paragraph const & par); +/// accept the changes within the complete ParagraphList +void acceptChanges(ParagraphList & pars, BufferParams const & bparams); + } // namespace lyx