]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
InsetBibitem.cpp: fix bibitemWidest.
[lyx.git] / src / paragraph_funcs.h
index bf7a6429fea07885c218203e509a83dc16ec6b14..fa9aba20786f2c4794fbb1418de7cb4a5a50753d 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -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