]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
fix crash after removing a table row (again due to uncorrected cursor
[lyx.git] / src / CutAndPaste.h
index f5759024ea5d8ee24b3784aad08e8dbd06d4a88f..6383e50fa4076e081f14009a3928d415f52ad821 100644 (file)
@@ -55,9 +55,9 @@ void copySelection(LCursor & cur);
 void pasteSelection(LCursor & cur, size_t sel_index = 0);
 
 /** Needed to switch between different classes. This works
   for a list of paragraphs beginning with the specified par
   return value is the number of wrong conversions.
-*/
*  for a list of paragraphs beginning with the specified par
*  return value is the number of wrong conversions.
+ */
 int SwitchLayoutsBetweenClasses(lyx::textclass_type c1,
                                lyx::textclass_type c2,
                                ParagraphList & par,