]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
Minimal fix needed to give Qt a label dialog again.
[lyx.git] / src / paragraph_funcs.h
index cac2d988b033574d6edf616dd4babea4be4e7e30..ace89ee07d963e597e2d7f67b7adb8b2ef182b80 100644 (file)
@@ -21,21 +21,22 @@ class Paragraph;
 class TexRow;
 
 ///
-void breakParagraph(BufferParams const & bparams,
-                   Paragraph *,
+void breakParagraph(Buffer * buf,
+                   ParagraphList::iterator par,
                    lyx::pos_type pos,
                    int flag);
 
 ///
-void breakParagraphConservative(BufferParams const & bparams,
-                               Paragraph *,
+void breakParagraphConservative(Buffer * buf,
+                               ParagraphList::iterator par,
                                lyx::pos_type pos);
 
 /**
  * Append the next paragraph onto the tail of this one.
  * Be careful, this doesent make any check at all.
  */
-void mergeParagraph(BufferParams const & bparams, Paragraph *);
+void mergeParagraph(Buffer * buf,
+                   ParagraphList::iterator par);
 
 
 #if 0