]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
More fixes to the autocollapsing of paragraphs.
[lyx.git] / src / CutAndPaste.h
index 0eaceb16edc45a020cc7a03adeb5a3c9a90906af..a139c5970e759ed198eda1dcd3d0cc453cd2dcbf 100644 (file)
@@ -45,7 +45,8 @@ public:
        static
        int SwitchLayoutsBetweenClasses(lyx::textclass_type class1,
                                        lyx::textclass_type class2,
-                                       Paragraph * par);
+                                       Paragraph * par,
+                                       BufferParams const & bparams);
        ///
        static
        bool checkPastePossible(Paragraph *);