]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
* remove various xforms relicts, in particular:
[lyx.git] / src / CutAndPaste.h
index 9c4eeb72b041d3bd9f0c9369aaeb55b610b81764..c92bb3a24ffeb3c156012929ffe7a46c3cfd050a 100644 (file)
@@ -23,6 +23,7 @@
 
 class Buffer;
 class ErrorList;
+class InsetText;
 class LyXTextClass;
 class LCursor;
 
@@ -67,9 +68,8 @@ void pasteParagraphList(LCursor & cur, ParagraphList const & parlist,
  *  It changes layouts and character styles.
  */
 void switchBetweenClasses(lyx::textclass_type c1,
-                               lyx::textclass_type c2,
-                               ParagraphList & par,
-                               ErrorList &);
+                          lyx::textclass_type c2,
+                          InsetText & in, ErrorList &);
 
 // only used by the spellchecker
 void replaceWord(LCursor & cur, std::string const & replacestring);