]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
remove obsolete references to saveSelection
[lyx.git] / src / paragraph_funcs.h
index 5ae3ad555410afe7d208914249bb7bd3c5d371ff..59786081cbafd90e9d872a7a090855b60d93976c 100644 (file)
@@ -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