]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
More ascii-export fixes and when making copy of single tabular cells now the
[lyx.git] / src / CutAndPaste.h
index 13ff9ed33db059c5371f550828d93cbd0a26c98f..a139c5970e759ed198eda1dcd3d0cc453cd2dcbf 100644 (file)
@@ -43,9 +43,10 @@ public:
            return value is the number of wrong conversions
        */
        static
-       int SwitchLayoutsBetweenClasses(LyXTextClassList::size_type class1,
-                                    LyXTextClassList::size_type class2,
-                                    Paragraph * par);
+       int SwitchLayoutsBetweenClasses(lyx::textclass_type class1,
+                                       lyx::textclass_type class2,
+                                       Paragraph * par,
+                                       BufferParams const & bparams);
        ///
        static
        bool checkPastePossible(Paragraph *);