]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
* LyXAction.cpp: doxy.
[lyx.git] / src / paragraph_funcs.h
index 6a3569053ba49ae2b6719ff046c130c517d3d53f..fa9aba20786f2c4794fbb1418de7cb4a5a50753d 100644 (file)
@@ -73,6 +73,8 @@ Font const outerFont(pit_type par_offset, ParagraphList const & pars);
 /// accept the changes within the complete ParagraphList
 void acceptChanges(ParagraphList & pars, BufferParams const & bparams);
 
+/// return true if the whole ParagraphList is deleted
+bool isFullyDeleted(ParagraphList const & pars);
 
 } // namespace lyx