]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
(finishing patch -- question was restored, but there were still problems)
[lyx.git] / src / Text.h
index e6826e28938248e9140fd812c50699e74f114973..e3421e2e5f52183c67df98b326e75d27fec2af23 100644 (file)
@@ -395,6 +395,9 @@ void mergeParagraph(BufferParams const & bparams,
 /// accept the changes within the complete ParagraphList
 void acceptChanges(ParagraphList & pars, BufferParams const & bparams);
 
+/// reject the changes within the complete ParagraphList
+void rejectChanges(ParagraphList & pars, BufferParams const & bparams);
+
 } // namespace lyx
 
 #endif // TEXT_H