]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
bug 2298: cursorTop/Bottom/Home/End does not redraw after dEPM
[lyx.git] / src / CutAndPaste.h
index 8332205fc7fc3955f7d02591172d2acbaa2f1889..ff9ec902b38373a4a068647dfd694d4baf6620b3 100644 (file)
@@ -56,6 +56,11 @@ void copySelection(LCursor & cur);
 ///
 void pasteSelection(LCursor & cur, size_t sel_index = 0);
 
+///
+void pasteParagraphList(LCursor & cur, ParagraphList const & parlist, 
+                        textclass_type textclass);
+
+
 /** Needed to switch between different classes. This works
  *  for a list of paragraphs beginning with the specified par.
  *  It changes layouts and character styles.